reem / rust-typemapLinks
A typesafe store keyed by types and containing different types of values.
☆180Updated 6 years ago
Alternatives and similar repositories for rust-typemap
Users that are interested in rust-typemap are comparing it to the libraries listed below
Sorting:
- Candidates for inclusion in the Rust standard library☆88Updated 2 years ago
- Procedural macros in expression position☆204Updated 3 years ago
- Custom derivation macro for Rust☆113Updated 8 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- Macro for writing nested `if let` expressions☆169Updated 3 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- A flexible thread pool providing scoped and static threads.☆86Updated 6 years ago
- In support of measuring heap allocations in Rust programs.☆102Updated 6 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆65Updated 3 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 6 years ago
- An extraction of the compiletest utility from the Rust compiler☆230Updated 3 weeks ago
- ☆125Updated 3 years ago
- Atomic file-writes.☆101Updated last year
- A circular buffer with fixed capacity (Rust).☆108Updated last year
- Rust macro to generate self-referential structs☆212Updated 4 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆184Updated last month
- An object pool manager in Rust☆199Updated 4 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆116Updated 2 years ago
- Safely combine results☆82Updated last year
- A Rust library to retry some code until its return value satisfies a condition.☆123Updated last month
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- ☆137Updated last year
- Temporary directory management for Rust☆141Updated 6 years ago
- Generic Atomic<T> type for Rust☆245Updated 3 months ago
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 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
- Easily hotswap functions in running executables☆143Updated 7 years ago
- A simple map based on a vector for small integer keys☆67Updated last year
- Write doc comments from macros☆101Updated last month
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 3 years ago