A safe and convenient store for one value of each type
☆350Jul 15, 2024Updated last year
Alternatives and similar repositories for anymap
Users that are interested in anymap are comparing it to the libraries listed below
Sorting:
- Slotmap data structure for Rust☆1,289Dec 6, 2025Updated 2 months ago
- A typesafe store keyed by types and containing different types of values.☆180Dec 27, 2018Updated 7 years ago
- A safe arena allocator that allows deletion without suffering from the ABA problem by using generational indices.☆687Aug 18, 2023Updated 2 years ago
- Type-erased Serialize, Serializer and Deserializer traits☆810Feb 16, 2026Updated 2 weeks ago
- A set of alternative `derive` attributes for Rust☆459Sep 27, 2025Updated 5 months ago
- Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.☆1,417Jan 7, 2026Updated last month
- Rust container / collection literal macros for HashMap, HashSet, BTreeMap, BTreeSet.☆401May 6, 2022Updated 3 years ago
- A library for creating references that carry their owner with them.☆385Oct 12, 2023Updated 2 years ago
- A vector with a fixed capacity. (Rust)☆851Oct 19, 2024Updated last year
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆117Jan 10, 2023Updated 3 years ago
- A Rust proc_macro_attribute to outline conversions from generic functions☆285Dec 12, 2025Updated 2 months ago
- A macro to generate structures which behave like bitflags☆1,108Feb 13, 2026Updated 2 weeks ago
- A small rust library for adding custom derives to enums☆2,314Updated this week
- Statically-checked alternatives to RefCell and RwLock☆390Sep 17, 2025Updated 5 months ago
- A hash table with consistent order and fast iteration; access items by key or sequence index☆2,300Jan 7, 2026Updated last month
- A crate for safe and ergonomic pin-projection.☆704Updated this week
- Some more derive(Trait) options☆2,076Feb 4, 2026Updated 3 weeks ago
- Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.☆3,282Feb 21, 2026Updated last week
- A binary encoder / decoder implementation in Rust.☆3,075Aug 15, 2025Updated 6 months ago
- An implementation and definition of the Rust trait system using a PROLOG-like logic solver☆1,984Feb 8, 2026Updated 3 weeks ago
- Macros for all your token pasting needs☆1,080Oct 6, 2024Updated last year
- Per-object thread-local storage for Rust☆365Feb 18, 2026Updated last week
- Compile time static maps for Rust☆2,101Feb 20, 2026Updated last week
- Generic extensions for tapping values in Rust.☆501Sep 29, 2023Updated 2 years ago
- A Rust proc-macro attribute parser☆1,238Jan 15, 2026Updated last month
- Rust library for single assignment cells and lazy statics without macros☆2,064May 24, 2025Updated 9 months ago
- Support atomic operations on Arc itself☆1,264Feb 22, 2026Updated last week
- Generic Atomic<T> type for Rust☆246Sep 16, 2025Updated 5 months ago
- Rust crate for a convenient RAII scope guard.☆551Jul 17, 2023Updated 2 years ago
- Assorted immutable collection datatypes for Rust☆1,574Aug 19, 2024Updated last year
- Runtime for executing procedural macros as WebAssembly☆1,472Jan 21, 2026Updated last month
- A minimal `syn` syntax tree pretty-printer☆743Feb 9, 2026Updated 3 weeks ago
- Compile time numbers in Rust.☆578Nov 2, 2025Updated 4 months ago
- Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics.☆265May 29, 2023Updated 2 years ago
- Ensure correct assumptions about constants, types, and more in Rust☆646Nov 18, 2023Updated 2 years ago
- Zero-copy deserialization framework for Rust☆4,053Updated this week
- "Small vector" optimization for Rust: store up to a small number of items on the stack☆1,621Feb 16, 2026Updated 2 weeks ago
- Specs - Parallel ECS☆2,598Jun 7, 2024Updated last year
- Rust doesn't have exceptions☆634Aug 17, 2020Updated 5 years ago