dtolnay / readonly
Struct fields that are made read-only accessible to other modules
☆228Updated 2 months ago
Alternatives and similar repositories for readonly:
Users that are interested in readonly are comparing it to the libraries listed below
- Conditional compilation according to rustc compiler version☆344Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆354Updated this week
- Async synchronization primitives☆258Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆237Updated 2 weeks ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated last month
- Check if tables and items in a .toml file are lexically sorted☆222Updated 2 weeks ago
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆187Updated last year
- Procedural macro for recursive async functions☆216Updated this week
- Statically-checked alternatives to RefCell and RwLock☆367Updated 6 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated 2 years ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆139Updated 2 months ago
- Compile-time string formatting☆224Updated last month
- Easy code duplicate with substitution for Rust☆236Updated 4 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆327Updated 2 months ago
- Boolean-valued predicate functions in Rust☆179Updated last week
- Delegation of trait implementations via procedural macros☆261Updated 6 months ago
- Pull in every source file in a directory as a module☆160Updated 2 months ago
- ☆460Updated 2 months ago
- lazy static regular expressions checked at compile time☆198Updated 3 weeks ago
- ☆193Updated this week
- ☆252Updated 3 weeks ago
- Serialize and deserialize C-like enum as underlying repr☆235Updated 2 months ago
- An async parser for multipart/form-data content-type in Rust☆158Updated 8 months ago
- A lightweight version of pin-project written with declarative macros.☆236Updated this week
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆503Updated 6 months ago
- Like Rust's std::Path, but UTF-8.☆448Updated 5 months ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated 3 weeks ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆190Updated last month
- Safe-to-use proc-macro-free self-referential structs in stable Rust.☆254Updated last month
- A command line tool for comparing benchmarks run by Criterion.☆229Updated 3 months ago