dtolnay / serde-reprView external linksLinks
Serialize and deserialize C-like enum as underlying repr
☆256Updated this week
Alternatives and similar repositories for serde-repr
Users that are interested in serde-repr are comparing it to the libraries listed below
Sorting:
- Conditional compilation according to rustc compiler version☆389Updated this week
- Type-erased Serialize, Serializer and Deserializer traits☆809Updated this week
- Macros for all your token pasting needs☆1,077Oct 6, 2024Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,057May 24, 2025Updated 8 months ago
- This crate provides custom de/serialization helpers to use in combination with serde's `with`-annotation and with the improved `serde_as`…☆821Feb 5, 2026Updated last week
- A small rust library for adding custom derives to enums☆2,287Feb 5, 2026Updated last week
- Adaptors between compression crates and Rust's async IO types☆614Updated this week
- A lightweight version of pin-project written with declarative macros.☆270Updated this week
- Backtraces in Rust☆605Jan 25, 2026Updated 2 weeks ago
- Task abstraction for building executors☆565Jan 27, 2026Updated 2 weeks ago
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 4 months ago
- A macro to generate structures which behave like bitflags☆1,101Dec 9, 2025Updated 2 months ago
- ☆902Updated this week
- Minimal TOML library with few dependencies☆83Mar 3, 2025Updated 11 months ago
- oh heck, a case conversion library☆582Aug 9, 2025Updated 6 months ago
- Type that deserializes only from one specific value☆267Dec 20, 2025Updated last month
- A if/elif-like macro for Rust #[cfg] statements☆629Nov 26, 2025Updated 2 months ago
- A crate for safe and ergonomic pin-projection.☆702Updated this week
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆36Jan 25, 2026Updated 2 weeks ago
- Rust quasi-quoting☆1,525Updated this week
- Make trait methods callable without the trait in scope☆162Updated this week
- Temporary file library for rust☆1,397Jan 15, 2026Updated 3 weeks ago
- derive(Error) for struct and enum error types☆5,338Updated this week
- Just, really the littlest Vec you could need. So smol.☆726Jan 28, 2026Updated 2 weeks ago
- Type erasure for async trait methods☆2,114Updated this week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆546Nov 4, 2025Updated 3 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆216Jan 21, 2026Updated 3 weeks ago
- Fast function for printing integer primitives to a decimal string☆364Feb 2, 2026Updated last week
- Support atomic operations on Arc itself☆1,244Feb 2, 2026Updated last week
- A minimal `syn` syntax tree pretty-printer☆737Dec 20, 2025Updated last month
- Count lines of LLVM IR per generic function☆497Dec 20, 2025Updated last month
- Async synchronization primitives☆281Dec 21, 2025Updated last month
- Find out path at which a deserialization error occurred☆413Updated this week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,182Updated this week
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆55Oct 22, 2025Updated 3 months ago
- Pluggable critical section☆160Jul 29, 2025Updated 6 months ago
- A parser and formatter for std::{SystemTime, Duration}☆368Sep 11, 2025Updated 5 months ago
- A vector with a fixed capacity. (Rust)☆854Oct 19, 2024Updated last year
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,608Feb 3, 2026Updated last week