servo / rust-smallvecLinks
"Small vector" optimization for Rust: store up to a small number of items on the stack
☆1,523Updated 2 months 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,159Updated 2 weeks ago
- A crate for managing memory bit by bit☆1,326Updated last year
- Compile time static maps for Rust☆1,985Updated 2 weeks ago
- A fast bump allocation arena for Rust☆1,877Updated 2 months ago
- Slab allocator for Rust☆836Updated last month
- A macro to generate structures which behave like bitflags☆1,046Updated last week
- Rust quasi-quoting☆1,454Updated 2 weeks ago
- Some more derive(Trait) options☆1,981Updated 3 weeks ago
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,238Updated last year
- Macros for all your token pasting needs☆1,054Updated 11 months ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,777Updated this week
- derive builder implementation for rust structs☆1,467Updated 2 weeks ago
- Rust library for single assignment cells and lazy statics without macros☆2,019Updated 3 months ago
- A Rust proc-macro attribute parser☆1,162Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆829Updated 10 months ago
- ☆857Updated 2 weeks ago
- Attribute macro to require that the compiler prove a function can't ever panic☆1,145Updated 2 weeks ago
- Rust cache structures and easy function memoization☆1,877Updated last month
- Slotmap data structure for Rust☆1,230Updated last year
- Numeric traits for generic mathematics in Rust☆861Updated 2 months ago
- DEFLATE, gzip, and zlib bindings for Rust☆1,039Updated last month
- Test harness for ui tests of compiler diagnostics☆917Updated 2 weeks ago
- Optimized string search routines for Rust.☆1,193Updated 3 months ago
- Compile-time type-checked builder derive☆1,066Updated last week
- Typed distributed plugin registration☆1,174Updated 2 weeks ago
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,623Updated last month
- Support atomic operations on Arc itself☆1,086Updated last week
- A small rust library for adding custom derives to enums☆2,153Updated last month
- Temporary file library for rust☆1,339Updated this week
- Overwrite `assert_eq!` with a drop-in replacement, adding a colorful diff.☆1,292Updated 3 months ago