maciejhirsz / beef
Faster, more compact implementation of std::Cow
☆338Updated last year
Related projects ⓘ
Alternatives and complementary repositories for beef
- A derive macro for implementing the display Trait via a doc comment and string interpolation☆330Updated 4 months ago
- A Rust macro to determine if a type implements a logical trait expression☆247Updated 4 years ago
- a smaller, faster and panic-free alternative to core::fmt☆352Updated 9 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆267Updated last year
- Ensure correct assumptions about constants, types, and more in Rust☆579Updated last year
- Statically-checked alternatives to RefCell and RwLock☆366Updated 5 months ago
- Conditional compilation according to rustc compiler version☆334Updated 2 weeks ago
- A library for creating references that carry their owner with them.☆363Updated last year
- A thread pool for isolating blocking I/O in async programs☆342Updated last month
- Procedural macro to implement Display and FromStr using common settings.☆182Updated this week
- Graph the number of crates that depend on your crate over time☆232Updated this week
- Delegation of trait implementations via procedural macros☆259Updated 4 months ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆264Updated 5 months ago
- Stackless generators on stable Rust.☆441Updated 2 years ago
- Struct fields that are made read-only accessible to other modules☆223Updated 2 weeks ago
- A compiler plugin to insert flame calls☆379Updated last year
- Procedural macros in expression position☆203Updated last year
- dipa makes it easy to efficiently delta encode large Rust data structures.☆264Updated 2 years ago
- Fast, ergonomic metrics for Rust☆338Updated last month
- Support crate for rustc's self-profiling feature☆338Updated 5 months ago
- Efficient and customizable data-encoding functions in Rust☆177Updated last week
- Rust option parser with custom derive support☆226Updated last week
- generators☆202Updated last year
- A fast intrusive flamegraph☆233Updated 2 years ago
- The enum Either with variants Left and Right is a general purpose sum type with two cases.☆492Updated 4 months ago
- Rust lightweight HTTP 1.1 client☆262Updated this week
- A library for to allow multiple return types by automatically generated enum.☆351Updated this week
- Generic array types in Rust☆405Updated this week
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆385Updated 2 years ago