Struct fields that are made read-only accessible to other modules
☆265Feb 16, 2026Updated last week
Alternatives and similar repositories for readonly
Users that are interested in readonly are comparing it to the libraries listed below
Sorting:
- Pull in every source file in a directory as a module☆181Feb 8, 2026Updated 2 weeks ago
- Conditional compilation according to rustc compiler version☆392Feb 16, 2026Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆218Feb 16, 2026Updated last week
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- Make trait methods callable without the trait in scope☆163Feb 16, 2026Updated last week
- Compile-time checks that an enum or match is written in sorted order☆122Feb 16, 2026Updated last week
- Module initialization/global constructor functions for Rust☆960Dec 4, 2025Updated 2 months ago
- Non-interleaving multithreaded output queue☆79Feb 8, 2026Updated 2 weeks ago
- Define your own PhantomData☆159Feb 16, 2026Updated last week
- Test harness for ui tests of compiler diagnostics☆957Feb 12, 2026Updated 2 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆374Feb 18, 2026Updated last week
- Macro to repeat sequentially indexed copies of a fragment of code☆164Feb 16, 2026Updated last week
- Type that deserializes only from one specific value☆270Feb 16, 2026Updated last week
- A rust crate to offer compile-time assistance for working with unsafe code.☆122Oct 11, 2021Updated 4 years ago
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 2 weeks ago
- Make any value Sync but only available on its original thread☆39Dec 20, 2025Updated 2 months ago
- Indented document literals for Rust☆767Feb 16, 2026Updated last week
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆77Dec 20, 2025Updated 2 months ago
- Fast floating point to string conversion☆692Feb 16, 2026Updated last week
- A Rust proc-macro attribute parser☆1,235Jan 15, 2026Updated last month
- Convert number to enum☆87Jul 30, 2024Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,471Jan 21, 2026Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Serializer and Deserializer adapters that avoid stack overflows by dynamically growing the stack☆37Jan 25, 2026Updated last month
- Analysis of various tricky Rust code☆1,996Dec 20, 2025Updated 2 months ago
- A small rust library for adding custom derives to enums☆2,303Updated this week
- Attribute macro to require that the compiler prove a function can't ever panic☆1,183Feb 8, 2026Updated 2 weeks ago
- Clone trait that is object-safe☆748Feb 16, 2026Updated last week
- Serde serializable and deserializable trait objects☆1,472Feb 9, 2026Updated 2 weeks ago
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆772Feb 16, 2026Updated last week
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- Color schemes for charts and maps☆235Jan 5, 2026Updated last month
- Safe cross-platform linker shenanigans☆835Feb 19, 2026Updated last week
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Append-only collections for Rust where borrows to entries can outlive insertions☆274Jan 23, 2026Updated last month
- A string type for Rust that is not required to be valid UTF-8.☆1,038Feb 10, 2026Updated 2 weeks ago
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- Full precision decimal representation of f64☆28Feb 16, 2026Updated last week
- Compile-time type-checked builder derive☆1,147Jan 1, 2026Updated 2 months ago