serde
Data serializer
A framework for efficiently and generically serializing and deserializing data structures in Rust.
Serialization framework for Rust
9k stars
74 watching
774 forks
Language: Rust
last commit: 5 days 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,896 |
serdedotnet/serde | A C# port of the popular Rust serialization/deserialization library | 156 |
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 | 184 |
rkyv/rkyv | A high-performance serialization framework for Rust. | 2,956 |
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,510 |
rust-embedded/svd2rust | Generates Rust code from SVD files used in embedded systems design. | 715 |
softprops/envy | Deserializes environment variables into typesafe structs with Rust | 862 |
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 | 307 |
seed-rs/seed | A Rust framework for building fast and reliable web apps with an Elm-like architecture. | 3,805 |
3hren/msgpack-rust | A MessagePack implementation for Rust. | 1,171 |
ron-rs/ron | A Rust implementation of a simple data serialization format inspired by Rust syntax | 3,360 |
koute/stdweb | Rust bindings to Web APIs for client-side scripting | 3,447 |