dtolnay / miniserdeLinks
Data structure serialization library with several opposite design goals from Serde
☆909Updated last week
Alternatives and similar repositories for miniserde
Users that are interested in miniserde are comparing it to the libraries listed below
Sorting:
- Serialization library with zero dependencies☆842Updated 3 weeks ago
- A string type for Rust that is not required to be valid UTF-8.☆1,018Updated last month
- A memory efficient string type that can store up to 24* bytes on the stack☆797Updated 2 months ago
- Just, really the littlest Vec you could need. So smol.☆715Updated this week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,167Updated last week
- Fast floating point to string conversion☆678Updated this week
- Test harness for ui tests of compiler diagnostics☆941Updated last week
- Rust library allowing to register multiple handlers for the same signal☆814Updated 2 weeks ago
- An ultra simple CLI arguments parser.☆621Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆843Updated last year
- A minimal async executor that lets you block on a future☆641Updated last month
- Custom hooks for colorful human oriented error reports via panics and the eyre crate☆970Updated last year
- Typed distributed plugin registration☆1,221Updated this week
- Macros for all your token pasting needs☆1,067Updated last year
- Module initialization/global constructor functions for Rust☆938Updated 2 weeks ago
- A minimal `syn` syntax tree pretty-printer☆728Updated last month
- A macro to generate structures which behave like bitflags