serde
Cargov1.0.228A generic serialization/deserialization framework
Overview
serde is an Cargo package that a generic serialization/deserialization framework. The latest version is 1.0.228.
Who should use it
Teams working in the Cargo ecosystem who need a generic serialization/deserialization framework and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Alternatives to serde
A JSON serialization file format
A hash table with consistent order and fast iteration.
'Small vector' optimization: store up to a small number of items on the stack
A Rust port of Google's SwissTable hash map
Version history
| Version | Published | License |
|---|---|---|
| 1.0.228latest | 9 months ago | MIT OR Apache-2.0 |
| 1.0.227 | 9 months ago | MIT OR Apache-2.0 |
| 1.0.226 | 10 months ago | MIT OR Apache-2.0 |
| 1.0.225 | 10 months ago | MIT OR Apache-2.0 |
| 1.0.224 | 10 months ago | MIT OR Apache-2.0 |
| 1.0.223 | 10 months ago | MIT OR Apache-2.0 |
| 1.0.222 | 10 months ago | MIT OR Apache-2.0 |
| 1.0.221 | 10 months ago | MIT OR Apache-2.0 |
| 1.0.220 | 10 months ago | MIT OR Apache-2.0 |
| 1.0.219 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.218 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.217 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.216 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.215 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.214 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.213 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.212 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.211 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.210 | 1 year ago | MIT OR Apache-2.0 |
| 1.0.209 | 1 year ago | MIT OR Apache-2.0 |
Maintainers
Keywords
Frequently asked questions
How do I install serde?
Run `cargo add serde` to add serde to your Cargo project.
What license is serde released under?
No license was detected in serde's metadata; review the repository before use.
How popular is serde?
serde has approximately 0 downloads per week.