maciejhirsz / beef
Faster, more compact implementation of std::Cow
☆346Updated last year
Alternatives and similar repositories for beef:
Users that are interested in beef are comparing it to the libraries listed below
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆331Updated 3 months ago
- Conditional compilation according to rustc compiler version☆350Updated 3 weeks ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- a smaller, faster and panic-free alternative to core::fmt☆363Updated last year
- Statically-checked alternatives to RefCell and RwLock☆368Updated 9 months ago
- A Rust macro to determine if a type implements a logical trait expression☆250Updated 5 years ago
- Rust option parser with custom derive support☆231Updated 4 months ago
- A library for to allow multiple return types by automatically generated enum.☆362Updated 2 weeks ago
- Delegation of trait implementations via procedural macros☆261Updated 8 months ago
- Manual segmented stacks for Rust☆301Updated 2 weeks ago
- Generic array types in Rust☆407Updated 3 weeks ago
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆387Updated 2 years ago
- A thread pool for isolating blocking I/O in async programs☆352Updated 2 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆609Updated last year
- A fast intrusive flamegraph☆234Updated 2 years ago
- Procedural macros in expression position☆204Updated 2 years ago
- Easy code duplicate with substitution for Rust☆239Updated 6 months ago
- a low-level library that provides config/cache/data paths, following the respective conventions on Linux, macOS and Windows☆189Updated last year
- A Rust proc_macro_attribute to outline conversions from generic functions☆271Updated 10 months ago
- A compiler plugin to insert flame calls☆382Updated last year
- A library for creating references that carry their owner with them.☆371Updated last year
- Procedural macro to implement Display and FromStr using common settings.☆184Updated 3 weeks ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆511Updated 3 weeks ago
- Stackless generators on stable Rust.☆458Updated 2 years ago
- Support crate for rustc's self-profiling feature☆344Updated last month
- Fast numeric to- and from-string conversion routines.☆318Updated last month
- Getters and Setters for Rust.☆352Updated last month
- A HashMap variant that spreads resize load across inserts☆191Updated 2 months ago
- Rust doesn't have exceptions☆630Updated 4 years ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆294Updated 2 years ago