maciejhirsz / beef
Faster, more compact implementation of std::Cow
☆352Updated 2 years ago
Alternatives and similar repositories for beef
Users that are interested in beef are comparing it to the libraries listed below
Sorting:
- Conditional compilation according to rustc compiler version☆353Updated 2 months ago
- a smaller, faster and panic-free alternative to core::fmt☆368Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆335Updated 4 months ago
- A Rust macro to determine if a type implements a logical trait expression☆254Updated 5 years ago
- Statically-checked alternatives to RefCell and RwLock☆367Updated 10 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆616Updated last year
- A thread pool for isolating blocking I/O in async programs☆357Updated 3 months ago
- A library for creating references that carry their owner with them.☆371Updated last year
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated last year
- Support crate for rustc's self-profiling feature☆351Updated 2 months ago
- Rust option parser with custom derive support☆231Updated 5 months ago
- Generic array types in Rust☆409Updated 2 months ago
- A compiler plugin to insert flame calls☆382Updated 2 years ago
- Fast, ergonomic metrics for Rust☆339Updated 6 months ago
- Stackless generators on stable Rust.☆462Updated 2 years ago
- A library for to allow multiple return types by automatically generated enum.☆366Updated last month
- Garbage collected smart pointers for Rust☆268Updated 3 years ago
- Fast floating point to string conversion☆633Updated 2 months ago
- Manual segmented stacks for Rust☆306Updated 2 weeks ago
- A HashMap variant that spreads resize load across inserts☆191Updated 3 months ago
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 2 weeks ago
- Just, really the littlest Vec you could need. So smol.☆682Updated 2 months ago
- Fast function for printing integer primitives to a decimal string☆326Updated 2 months ago
- Delegation of trait implementations via procedural macros☆264Updated 9 months ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆520Updated 2 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆273Updated 11 months ago
- Struct fields that are made read-only accessible to other modules☆240Updated 2 months ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆338Updated 2 months ago
- Fowler–Noll–Vo hash function☆345Updated last year