maciejhirsz / beefLinks
Faster, more compact implementation of std::Cow
☆353Updated 2 years ago
Alternatives and similar repositories for beef
Users that are interested in beef are comparing it to the libraries listed below
Sorting:
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 5 months ago
- a smaller, faster and panic-free alternative to core::fmt☆368Updated last year
- A Rust macro to determine if a type implements a logical trait expression☆257Updated 5 years ago
- Procedural macro to implement Display and FromStr using common settings.☆186Updated last month
- Conditional compilation according to rustc compiler version☆364Updated last week
- A library for creating references that carry their owner with them.☆372Updated last year
- Statically-checked alternatives to RefCell and RwLock☆367Updated 11 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆273Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆618Updated last year
- Rust option parser with custom derive support☆231Updated 6 months ago
- Generic array types in Rust☆411Updated 2 months ago
- Graph the number of crates that depend on your crate over time☆242Updated last week
- A library for to allow multiple return types by automatically generated enum.☆367Updated 2 months ago
- Delegation of trait implementations via procedural macros☆266Updated 10 months ago
- Fast, ergonomic metrics for Rust☆339Updated 7 months ago
- Procedural macros in expression position☆203Updated 2 years ago
- Rust doesn't have exceptions☆634Updated 4 years ago
- A HashMap variant that spreads resize load across inserts☆192Updated 4 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.