maciejhirsz / beefLinks
Faster, more compact implementation of std::Cow
☆368Updated 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 Rust macro to determine if a type implements a logical trait expression☆261Updated 5 years ago
- a smaller, faster and panic-free alternative to core::fmt☆381Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆349Updated 11 months ago
- Conditional compilation according to rustc compiler version☆386Updated last week
- Support crate for rustc's self-profiling feature☆375Updated 4 months ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- Stackless generators on stable Rust.☆473Updated 3 years ago
- Procedural macro to implement Display and FromStr using common settings.☆191Updated this week
- A library for to allow multiple return types by automatically generated enum.☆372Updated 2 weeks ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- A library for creating references that carry their owner with them.☆380Updated 2 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆280Updated last week
- Graph the number of crates that depend on your crate over time☆254Updated this week
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆266Updated 2 years ago
- A set of alternative `derive` attributes for Rust☆458Updated 2 months ago
- Struct fields that are made read-only accessible to other modules☆259Updated last week
- A thread pool for isolating blocking I/O in async programs☆369Updated 3 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆639Updated 2 years ago
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆204Updated 2 years ago
- Rust option parser with custom derive support☆235Updated last year
- A HashMap variant that spreads resize load across inserts☆194Updated 10 months ago
- Fowler–Noll–Vo hash function☆352Updated last year
- An allocator that can track and limit memory usage.☆214Updated 2 years ago
- Getters and Setters for Rust.☆375Updated 5 months ago
- Fast, ergonomic metrics for Rust☆340Updated last year
- Generic array types in Rust☆431Updated 2 weeks ago
- Procedural macros in expression position☆204Updated 2 years ago
- Fast function for printing integer primitives to a decimal string☆352Updated last week
- oh heck, a case conversion library☆570Updated 3 months ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆540Updated 3 weeks ago