SE

Serde

Serialization and deserialization framework for Rust — derive macros generate blazing-fast JSON, TOML, YAML, and more.

Rust serialization free Open Source since 2014

Serde’s #[derive(Serialize, Deserialize)] macros make struct-to-JSON round-trips trivial with zero runtime overhead. The trait system allows any format (JSON via serde_json, TOML via toml, YAML via serde_yaml, MessagePack, bincode) to plug in without changing application code.

// commonly used with

AX

Ergonomic Rust web framework from the Tokio team — macro-free routing, extractors, and seamless …

web 2021

Powerful, high-performance Rust web framework — async-first, type-safe extractors, and …

web 2017

Web framework for Rust focused on developer experience — type-checked routes, request guards, …

web 2016

// related libraries

Async runtime for Rust — event-driven, non-blocking I/O, task scheduling, and networking …

async 2016 open source

// tags

serializationjsontomlyamlrustmacros
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub