contain-rs / linked-listLinks
An alternative implementation of std::LinkedList
☆59Updated 9 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:
- Custom derivation macro for Rust☆113Updated 7 years ago
- A simple map based on a vector for small integer keys☆66Updated 9 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆142Updated 4 months ago
- Run closures in parallel☆114Updated 8 months ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆90Updated 2 months ago
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last month
- A library for generating Graphviz DOT language files for graphs.☆76Updated 5 months ago
- ☆60Updated 2 years ago
- Rust serializer library☆87Updated this week
- Data parallelism library for async-std.☆94Updated last year
- A Set of Bits☆72Updated 3 weeks ago
- Rust library for checking the installed/running rustc's version.☆52Updated last year
- ☆125Updated 3 years ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Spawn processes with arbitrary closures in rust☆113Updated 4 years ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years 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
- ☆87Updated 8 months ago
- Atomic file-writes.☆100Updated 10 months ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 3 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Migrated to Codeberg☆79Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆73Updated last month
- rust histogram and percentile stats☆48Updated 5 years ago