maciejhirsz / beef
Faster, more compact implementation of std::Cow
☆342Updated last year
Alternatives and similar repositories for beef:
Users that are interested in beef are comparing it to the libraries listed below
- A Rust macro to determine if a type implements a logical trait expression☆248Updated 5 years ago
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated last month
- Statically-checked alternatives to RefCell and RwLock☆367Updated 7 months ago
- a smaller, faster and panic-free alternative to core::fmt☆352Updated 11 months ago
- Ensure correct assumptions about constants, types, and more in Rust☆597Updated last year
- Conditional compilation according to rustc compiler version☆346Updated last week
- Procedural macro to implement Display and FromStr using common settings.☆184Updated this week
- Procedural macros in expression position☆203Updated 2 years ago
- A compiler plugin to insert flame calls☆377Updated last year
- A thread pool for isolating blocking I/O in async programs☆350Updated last week
- Rust option parser with custom derive support☆228Updated 2 months ago
- Rust method delegation with less boilerplate☆451Updated 2 weeks ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆268Updated last year
- A library for creating references that carry their owner with them.☆363Updated last year
- Generic array types in Rust☆406Updated 2 weeks ago
- Delegation of trait implementations via procedural macros☆261Updated 6 months ago
- A HashMap variant that spreads resize load across inserts☆191Updated this week
- Graph the number of crates that depend on your crate over time☆238Updated last week
- A fast intrusive flamegraph☆233Updated 2 years ago
- Support crate for rustc's self-profiling feature☆340Updated last month
- Manual segmented stacks for Rust☆296Updated 2 months ago
- Just, really the littlest Vec you could need. So smol.☆658Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆354Updated 2 weeks ago
- Conditional compilation using boolean expression syntax, rather than any(), all(), not()☆293Updated 2 years ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆504Updated 7 months ago
- Stackless generators on stable Rust.☆448Updated 2 years ago
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>☆328Updated this week
- Simple macros to write colored and formatted text to a terminal. Based on `termcolor`, thus also cross-platform.☆225Updated last year
- Struct fields that are made read-only accessible to other modules☆229Updated last week
- Easy code duplicate with substitution for Rust☆237Updated 4 months ago