servo / rust-smallvec
"Small vector" optimization for Rust: store up to a small number of items on the stack
☆1,467Updated 3 weeks ago
Alternatives and similar repositories for rust-smallvec
Users that are interested in rust-smallvec are comparing it to the libraries listed below
Sorting:
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,007Updated last month
- Some more derive(Trait) options☆1,915Updated this week
- Compile time static maps for Rust☆1,925Updated 3 months ago
- A macro to generate structures which behave like bitflags☆1,013Updated last week
- A fast bump allocation arena for Rust☆1,730Updated last month
- A crate for managing memory bit by bit☆1,299Updated 9 months ago
- Rust quasi-quoting☆1,417Updated this week
- Macros for all your token pasting needs☆1,045Updated 7 months ago
- Rust cache structures and easy function memoization☆1,786Updated 2 months ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,131Updated 2 months ago
- A Rust proc-macro attribute parser☆1,120Updated this week
- derive builder implementation for rust structs☆1,440Updated 7 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,633Updated last week
- Rust library for single assignment cells and lazy statics without macros☆1,973Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,227Updated last year
- Typed distributed plugin registration☆1,111Updated 2 months ago
- A small rust library for adding custom derives to enums☆2,031Updated 3 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,559Updated 3 weeks ago
- Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.☆1,137Updated 3 weeks ago
- Temporary file library for rust☆1,297Updated last week
- Optimized string search routines for Rust.☆1,079Updated 2 months ago
- ☆828Updated this week
- A vector with a fixed capacity. (Rust)☆814Updated 7 months ago
- Type erasure for async trait methods☆1,987Updated this week
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,267Updated 2 weeks ago
- Slab allocator for Rust☆785Updated this week
- Compile-time type-checked builder derive☆1,022Updated 2 months ago
- Module initialization/global constructor functions for Rust☆858Updated this week
- Test harness for ui tests of compiler diagnostics☆883Updated this week
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆2,960Updated last month