maciejhirsz / beefLinks
Faster, more compact implementation of std::Cow
☆355Updated 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☆258Updated 5 years ago
- a smaller, faster and panic-free alternative to core::fmt☆370Updated last year
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆337Updated 6 months ago
- Conditional compilation according to rustc compiler version☆366Updated last month
- Stackless generators on stable Rust.☆464Updated 3 years ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated 2 years ago
- A thread pool for isolating blocking I/O in async programs☆361Updated this week
- Delegation of trait implementations via procedural macros☆267Updated 11 months ago
- Support crate for rustc's self-profiling feature☆360Updated this week
- A library for creating references that carry their owner with them.☆375Updated last year
- Statically-checked alternatives to RefCell and RwLock☆368Updated last year
- A library for to allow multiple return types by automatically generated enum.☆369Updated 3 months ago
- Generic array types in Rust☆414Updated 4 months ago
- A HashMap variant that spreads resize load across inserts☆192Updated 5 months ago
- Procedural macro to implement Display and FromStr using common settings.☆187Updated 2 weeks ago
- Struct fields that are made read-only accessible to other modules☆252Updated last month
- Graph the number of crates that depend on your crate over time☆251Updated last month
- Ensure correct assumptions about constants, types, and more in Rust☆623Updated last year
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆199Updated 2 years ago
- Procedural macros to derive numeric traits in Rust☆206Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆276Updated last year
- Fast function for printing integer primitives to a decimal string☆332Updated last month
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆392Updated 3 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆292Updated 2 years ago
- Procedural macros in expression position☆203Updated 2 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆344Updated 4 months ago
- A fast intrusive flamegraph☆236Updated 3 years ago
- Garbage collected smart pointers for Rust☆269Updated 3 years ago
- Fast, ergonomic metrics for Rust☆339Updated 8 months ago
- Idiomatic argon2 password hashing for several languages☆147Updated 2 years ago