indexmap-rs / ordermapLinks
A hash table with strong order and fast iteration; access items by key or sequence index
☆45Updated 2 weeks ago
Alternatives and similar repositories for ordermap
Users that are interested in ordermap are comparing it to the libraries listed below
Sorting:
- Serde Visitor for deserializing untagged enums☆64Updated last week
- ☆54Updated last year
- Reports when tokio runtime threads are blocking☆65Updated 10 months ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆46Updated 10 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated last year
- Rust traits for key comparison in maps.☆33Updated 5 months ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆81Updated 3 weeks ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆64Updated this week
- A primitive for writing structural search and replace programs for rust☆31Updated last week
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆59Updated 2 weeks ago
- Async, lock-free synchronization primitives for task wakeup☆45Updated 10 months ago
- Parse JSON file at compile time and embed as serde_json::Value☆29Updated 4 months ago
- Hash trait that is object-safe☆33Updated last month
- Download .crate files of all versions of all crates from crates.io☆45Updated last week
- Imitate the documentation build that docs.rs would do☆54Updated this week
- Mirror of Rust's allocator api for use on stable rust☆62Updated 2 months ago
- Minimalist Rust syntax parsing for procedural macros☆63Updated last year
- futures-buffered☆43Updated 4 months ago
- Cargo hack manager☆64Updated last year
- Obsessively tiny error derive macro☆86Updated 5 months ago
- Minimal TOML library with few dependencies☆84Updated 4 months ago
- Release complex cargo-workspaces automatically with changelog generation, used by `gitoxide`☆93Updated 2 weeks ago
- A versatile and developer-friendly trait mocking library☆75Updated 3 months ago
- 🗑 async-dropper is probably the least-worst ad-hoc AysncDrop implementation you've seen so far.☆49Updated 7 months ago
- Fast Function Dispatch: Improving the performance of Rust's dynamic function calls