indexmap-rs / equivalentLinks
Rust traits for key comparison in maps.
☆34Updated 9 months ago
Alternatives and similar repositories for equivalent
Users that are interested in equivalent are comparing it to the libraries listed below
Sorting:
- Static analysis tool for Rust library authors to set and verify which types from other libraries are allowed to be exposed in their publi…☆64Updated last month
- Serde Visitor for deserializing untagged enums☆67Updated this week
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- ☆76Updated 2 months ago
- Helper macros: autoimpl, impl_scope☆68Updated last month
- ☆34Updated 11 months ago
- Automatic cfg for Rust compiler features☆105Updated 4 months ago
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- Lending iterators on stable Rust☆83Updated last year
- Some internal rustc tools made accessible☆47Updated 3 weeks ago
- structured parallel execution for async Rust☆37Updated last year
- A hash table with strong order and fast iteration; access items by key or sequence index☆50Updated 3 weeks ago
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆86Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆91Updated last month
- Rust HashSet with insertion ordering☆42Updated last week
- Zero-cost bitsets over native Rust types☆79Updated 7 months ago
- Mirror of Rust's allocator api for use on stable rust☆68Updated 2 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆143Updated last year
- Human-friendly indexed collections☆56Updated 3 weeks ago
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- (lifetime) GATs on stable Rust☆59Updated last year
- A trait + derive to recursively compute / print the memory usage of a data structure.☆36Updated last week
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆122Updated 2 months ago
- The `io_uring` library for Rust (with Rustix)☆35Updated 3 months ago
- Queue futures to run concurrently, in the order they're spawned, and with global and group limits.☆65Updated this week
- Reports when tokio runtime threads are blocking☆66Updated last year
- Efficient byte-stream pipe buffer☆43Updated last year
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆58Updated 2 years ago
- This crate provides Discrete Interval Tree Data-Structures, which are based off BTreeMap☆49Updated 3 weeks ago