contain-rs / linked-list
An alternative implementation of std::LinkedList
☆58Updated last year
Related projects ⓘ
Alternatives and complementary repositories for linked-list
- Custom derivation macro for Rust☆110Updated 6 years ago
- Typed index version of Rust slice and Vec containers☆66Updated last month
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆85Updated 2 years ago
- Run closures in parallel☆109Updated last month
- Concatenate identifiers in a macro invocation☆93Updated last year
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- A simple map based on a vector for small integer keys☆63Updated last year
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 years ago
- A cache that holds a limited number of key-value pairs☆82Updated 2 years ago
- A growable bit-vector for Rust, optimized for size☆39Updated 8 months ago
- Machine scalar casting that meets your expectations☆73Updated 3 years ago
- Array helpers for Rust's Vector and String types☆76Updated last year
- An updated version of linked-hash-map and friends☆99Updated 6 months ago
- Rust library for checking the installed/running rustc's version.☆51Updated 4 months ago
- Concurrent hash trie☆51Updated 4 years ago
- ☆38Updated last year
- ☆35Updated 2 years ago
- ☆58Updated 2 months ago
- String-like container based on SmallVec☆22Updated last week
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆84Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 2 years ago
- Data parallelism library for async-std.☆93Updated 9 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- Parse integers directly from `[u8]` slices in safe code☆53Updated 11 months ago
- ☆55Updated last year
- Cross-platform interface to the `errno` variable☆65Updated 2 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆74Updated last week
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- Rust crate to use process file descriptors (pidfd) for Linux☆45Updated 7 months ago
- Async filesystem primitives☆130Updated last month