contain-rs / linked-listLinks
An alternative implementation of std::LinkedList
☆59Updated 8 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:
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- A simple map based on a vector for small integer keys☆66Updated 8 months ago
- Dynamically query a type-erased object for any trait implementation☆66Updated 2 years ago
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Safe wrapper for initializing arrays☆74Updated 2 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- ☆125Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Floating point approximate comparison for Rust☆63Updated 5 months ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 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
- Rust library for checking the installed/running rustc's version.☆52Updated last year
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Data parallelism library for async-std.☆93Updated last year
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆70Updated 3 months ago
- In support of measuring heap allocations in Rust programs.☆101Updated 6 years ago
- Rust main loop, proof of concept, cross platform☆79Updated 5 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month
- Hjson for Rust☆114Updated 10 months ago
- Run closures in parallel☆114Updated 6 months ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- ☆59Updated 11 months ago
- SmallVec-backed stack string optimisation☆44Updated 5 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- Custom derivation macro for Rust☆113Updated 7 years ago
- Big array helper for serde☆61Updated last year
- A library for generating Graphviz DOT language files for graphs.☆77Updated 4 months ago