dtolnay / readonly
Struct fields that are made read-only accessible to other modules
☆223Updated 2 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for readonly
- Conditional compilation according to rustc compiler version☆334Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆351Updated this week
- Check if tables and items in a .toml file are lexically sorted☆220Updated this week
- Boolean-valued predicate functions in Rust☆176Updated 3 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆366Updated 5 months ago
- Serialize and deserialize C-like enum as underlying repr☆231Updated 2 weeks ago
- x-www-form-urlencoded meets Serde☆230Updated 3 months ago
- Compile-time string formatting☆217Updated 2 months ago
- Easy code duplicate with substitution for Rust☆236Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆232Updated this week
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆186Updated last year
- Expanding opportunities standard library std::fs and std::io☆301Updated 11 months ago
- lazy static regular expressions checked at compile time☆193Updated 3 months ago
- ☆185Updated 7 months ago
- Procedural macro to implement Display and FromStr using common settings.☆182Updated this week
- Pull in every source file in a directory as a module☆158Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆151Updated last month
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆319Updated 2 weeks ago
- A set of alternative `derive` attributes for Rust☆420Updated 5 months ago
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆245Updated 3 weeks ago
- Getters and Setters for Rust.☆340Updated 2 months ago
- Efficient and customizable data-encoding functions in Rust☆177Updated last week
- Async synchronization primitives☆255Updated last month
- Delegation of trait implementations via procedural macros☆259Updated 4 months ago
- ☆231Updated 2 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆492Updated 4 months ago
- Like Rust's std::Path, but UTF-8.☆438Updated 3 months ago
- Faster, more compact implementation of std::Cow☆338Updated last year
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated last year
- Safely cast &T to &U where the struct U contains a single field of type T.☆188Updated 2 weeks ago