contain-rs / linked-listLinks
An alternative implementation of std::LinkedList
☆61Updated last year
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☆94Updated 3 years ago
- A cache that holds a limited number of key-value pairs☆84Updated 3 years ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- A simple map based on a vector for small integer keys☆67Updated last year
- Dynamically query a type-erased object for any trait implementation☆67Updated 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…☆91Updated 3 years ago
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated last week
- An updated version of linked-hash-map and friends☆137Updated last month
- ☆61Updated 2 years ago
- Run closures in parallel☆115Updated 11 months ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Runtime string formatting for Rust☆64Updated 6 years ago
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- Data parallelism library for async-std.☆96Updated last year
- A procedural attribute macro to automatically cache the results of a function call with given args.☆65Updated 6 years ago
- ☆62Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- ☆88Updated last month
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago
- A simple bitset container for Rust☆158Updated 5 months ago
- ☆63Updated 4 years ago
- A small ASCII-only bounded length string representation.☆61Updated 3 years ago
- ☆125Updated 3 years ago
- Migrated to Codeberg☆79Updated 2 years ago
- Decimal Floating Point arithmetic for rust☆80Updated 2 years ago
- Floating point approximate comparison for Rust☆65Updated 9 months ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 5 years ago
- skiplist☆144Updated 4 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month