rust-embedded-community / multi-mapLinks
Like a Rust std::HashMap, but allows you to use either of two different keys to retrieve items.
☆26Updated 3 years ago
Alternatives and similar repositories for multi-map
Users that are interested in multi-map are comparing it to the libraries listed below
Sorting:
- Synchronization primitives for lazy and one-time initialization (no_std compatible).☆34Updated 7 months ago
- A procedural macro helper for easily writing custom derives for enums.☆33Updated this week
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- Library for language and locale identifier negotiation.☆40Updated last week
- Proc macro for smol async runtime☆54Updated 4 years ago
- Floating point approximate comparison for Rust☆64Updated 8 months ago
- Run Rust tests in isolated subprocesses☆39Updated 3 weeks ago
- Generic SIMD abstractions for Rust.☆46Updated 2 years ago
- A newtype with alignment of at least `A` bytes☆32Updated 8 months ago
- Rust HashSet with insertion ordering☆42Updated 2 months ago
- A proc macro for real async traits, using nightly-only existential types and generic associated types to work around the need for type er…☆45Updated 3 years ago
- Big array helper for serde☆64Updated last year
- Helper macros: autoimpl, impl_scope☆68Updated last month
- Extra RNGs☆45Updated last week
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆76Updated last month
- Timer facilities for Rust's async story☆56Updated last year
- Parse integers directly from `[u8]` slices in safe code☆59Updated last year
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- Lossless functionality for platform-native strings.☆73Updated 4 months ago
- ☆63Updated last week
- Serialization value trees☆48Updated last year
- A map implementation that relies on fixed-size storage derived by a procedural macro☆49Updated last month
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 weeks ago
- A fast, small, full-featured, no-std compatible oneshot channel