dtolnay / readonlyLinks
Struct fields that are made read-only accessible to other modules
☆259Updated 3 weeks ago
Alternatives and similar repositories for readonly
Users that are interested in readonly are comparing it to the libraries listed below
Sorting:
- A library for to allow multiple return types by automatically generated enum.☆373Updated 2 weeks ago
- Check if tables and items in a .toml file are lexically sorted☆264Updated 2 months ago
- Conditional compilation according to rustc compiler version☆385Updated last month
- Delegation of trait implementations via procedural macros☆275Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆253Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆285Updated 2 weeks ago
- Easy code duplicate with substitution for Rust☆249Updated last week
- Procedural macro to implement Display and FromStr using common settings.☆188Updated 3 months ago
- Serialize and deserialize C-like enum as underlying repr☆251Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated last month
- lazy static regular expressions checked at compile time☆219Updated last week
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆357Updated last month
- Procedural macro for recursive async functions☆233Updated last month
- ☆305Updated last month
- Compile-time string formatting☆248Updated last month
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- A scope for async_std and tokio to spawn non-static futures☆152Updated last year
- Type that deserializes only from one specific value☆266Updated 3 weeks ago
- Macro to repeat sequentially indexed copies of a fragment of code☆160Updated last month
- Async synchronization primitives☆275Updated 2 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆263Updated this week
- A lightweight version of pin-project written with declarative macros.☆259Updated 2 weeks ago
- Pull in every source file in a directory as a module☆179Updated 3 weeks ago
- Rust macro for automatically generating default☆145Updated last year
- x-www-form-urlencoded meets Serde☆255Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆260Updated 5 years ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆169Updated last year
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆539Updated last month
- Extract documentation for the feature flags from comments in Cargo.toml☆188Updated 2 weeks ago
- ☆316Updated 2 years ago