serde
Data serializer
A framework for efficiently and generically serializing and deserializing data structures in Rust.
Serialization framework for Rust
9k stars
74 watching
785 forks
Language: Rust
last commit: about 1 month ago deriveno-stdrustserde
Related projects:
Repository | Description | Stars |
---|---|---|
serde-rs/json | A strongly typed JSON library for Rust that provides efficient and flexible data conversion between different representations. | 4,944 |
serdedotnet/serde | A C# port of the popular Rust serialization/deserialization library | 159 |
iddm/serde-aux | An auxiliary serde library providing helpful functions for serialisation and deserialisation | 160 |
callum-oakley/json5-rs | A Rust JSON5 serialization and deserialization library built on top of Serde | 185 |
rkyv/rkyv | A high-performance serialization framework for Rust. | 3,018 |
mandrean/har-rs | A library for serializing and deserializing the HTTP Archive format | 44 |
tokio-rs/tracing | A framework for collecting structured diagnostic information from Rust programs | 5,569 |
rust-embedded/svd2rust | Generates Rust code from SVD files used in embedded systems design. | 724 |
softprops/envy | Deserializes environment variables into typesafe structs with Rust | 868 |
saresend/gust | A Rust crate for creating simple, interactive data visualizations using D3.js and Vega | 131 |
serayuzgur/weld | A fake REST API generator written in Rust | 306 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,808 |
3hren/msgpack-rust | A MessagePack implementation for Rust. | 1,183 |
ron-rs/ron | A Rust implementation of a simple data serialization format inspired by Rust syntax | 3,414 |
koute/stdweb | Rust bindings to Web APIs for client-side scripting | 3,448 |