contain-rs / linked-listLinks
An alternative implementation of std::LinkedList
☆60Updated 11 months ago
Alternatives and similar repositories for linked-list
Users that are interested in linked-list are comparing it to the libraries listed below
Sorting:
- A circular buffer with fixed capacity (Rust).☆106Updated last year
- Concatenate identifiers in a macro invocation☆94Updated 2 years ago
- A simple map based on a vector for small integer keys☆66Updated 11 months ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 3 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Run closures in parallel☆115Updated 9 months ago
- A Set of Bits☆71Updated 2 months ago
- Array helpers for Rust's Vector and String types☆77Updated 2 years ago
- Migrated to Codeberg☆80Updated 2 years ago
- Big array helper for serde☆64Updated last year
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- Accessing file timestamps in a platform-agnostic fashion in Rust☆125Updated 2 months ago
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- A library for generating Graphviz DOT language files for graphs.☆77Updated 7 months ago
- Data parallelism library for async-std.☆95Updated last year
- ☆60Updated last year
- Atomic file-writes.☆100Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 3 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago