servo / rust-smallvecLinks
"Small vector" optimization for Rust: store up to a small number of items on the stack
☆1,609Updated last month
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,287Updated 3 weeks ago
- A crate for managing memory bit by bit☆1,367Updated last year
- A macro to generate structures which behave like bitflags☆1,096Updated last month
- A fast bump allocation arena for Rust☆2,079Updated 3 weeks ago
- Macros for all your token pasting needs☆1,074Updated last year
- Rust library for single assignment cells and lazy statics without macros☆2,055Updated 8 months ago
- Rust quasi-quoting☆1,522Updated this week
- Compile time static maps for Rust☆2,093Updated this week
- Slab allocator for Rust☆870Updated this week
- A Rust proc-macro attribute parser☆1,229Updated 3 weeks ago
- Some more derive(Trait) options☆2,064Updated last week
- derive builder implementation for rust structs☆1,524Updated last month
- cargo subcommand showing the assembly or llvm-ir generated for Rust code☆1,270Updated last year
- Numeric traits for generic mathematics in Rust☆910Updated 7 months ago
- ☆902Updated 2 weeks ago
- A vector with a fixed capacity. (Rust)☆851Updated last year
- Attribute macro to require that the compiler prove a function can't ever panic☆1,182Updated 3 weeks ago
- Easily assign underlying errors into domain-specific errors while adding context☆1,833Updated 3 weeks ago
- Slotmap data structure for Rust☆1,284Updated 2 months ago
- Typed distributed plugin registration☆1,252Updated 2 weeks ago
- Rust cache structures and easy function memoization☆1,959Updated last month
- Compile-time type-checked builder derive☆1,140Updated last month
- A trait object based error handling type for easy idiomatic error handling and reporting in Rust applications☆1,702Updated 3 weeks ago
- Test harness for ui tests of compiler diagnostics☆949Updated last week
- Temporary file library for rust☆1,394Updated 3 weeks ago
- A small rust library for adding custom derives to enums☆2,275Updated last week
- Support atomic operations on Arc itself☆1,238Updated last month
- DEFLATE, gzip, and zlib bindings for Rust☆1,070Updated last week
- Compile-time reflection API for developing robust procedural macros (proof of concept)☆768Updated last month
- Module initialization/global constructor functions for Rust☆953Updated 2 months ago