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:
- Custom derivation macro for Rust☆113Updated 7 years ago
- A simple map based on a vector for small integer keys☆66Updated 8 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- ☆108Updated last year
- Data parallelism library for async-std.☆94Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- Generic extensions for tapping values in Rust.☆58Updated 6 years ago
- A cache that holds a limited number of key-value pairs☆83Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆67Updated 2 years ago
- Rust library for checking the installed/running rustc's version.☆52Updated last year
- Utilities for dealing with substructures within syn macros☆141Updated 3 months ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆66Updated 2 years ago
- ☆35Updated 7 months ago
- Spawn processes with arbitrary closures in rust☆112Updated 3 years ago
- ☆59Updated last year
- Cross-platform interface to the `errno` variable☆70Updated this week
- ☆58Updated 2 years ago
- A circular buffer with fixed capacity (Rust).☆105Updated last year
- Big array helper for serde☆62Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆102Updated 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…☆90Updated 3 years ago
- Conversion traits for Rust☆50Updated 4 years ago
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- ☆125Updated 3 years ago
- Array helpers for Rust's Vector and String types☆77Updated 2 years ago
- Floating point approximate comparison for Rust☆64Updated 6 months ago
- rust histogram and percentile stats☆48Updated 4 years ago
- [DEPRECATED] A simple object arena☆37Updated 4 years ago
- Rust serializer library☆87Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month