contain-rs / linked-list
An alternative implementation of std::LinkedList
☆59Updated last month
Alternatives and similar repositories for linked-list:
Users that are interested in linked-list are comparing it to the libraries listed below
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- SmallVec-backed stack string optimisation☆43Updated 4 years ago
- ☆58Updated 5 months ago
- A growable bit-vector for Rust, optimized for size☆40Updated 10 months ago
- Fast json encoder in rust, that encodes the structure of JSON values in their types☆83Updated 2 years ago
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Dynamically query a type-erased object for any trait implementation☆65Updated 2 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆68Updated 3 years ago
- A simple map based on a vector for small integer keys☆64Updated 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…☆86Updated 2 years ago
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- Faster, more flexible and more correct alternative to core::fmt☆39Updated 4 years ago
- ☆38Updated last year
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- Safe wrapper for initializing arrays☆72Updated 2 years ago
- Generic SIMD abstractions for Rust.☆47Updated 2 years ago
- A cache that holds a limited number of key-value pairs☆82Updated 2 years ago
- Accessing file timestamps in a platform-agnostic fashion in Rust☆123Updated 5 months ago
- [DEPRECATED] A simple object arena☆37Updated 3 years ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆51Updated last month
- Custom derivation macro for Rust☆111Updated 7 years ago
- Utilities for dealing with substructures within syn macros☆140Updated 5 months ago
- Cross-platform interface to the `errno` variable☆66Updated 2 months ago
- Floating point approximate comparison for Rust☆60Updated 4 months ago
- Spawn processes with arbitrary closures in rust☆109Updated 3 years ago
- A pool of reusable values☆50Updated 5 years ago
- A small crate to provide space-efficient Option<_> replacements☆37Updated last month
- Library for language and locale identifier negotiation.☆39Updated 8 months ago
- Intended to allow taking a T from a &mut T temporarily☆77Updated 5 years ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago