contain-rs / linked-hash-mapLinks
A HashMap wrapper that holds key-value pairs in insertion order
☆174Updated 11 months ago
Alternatives and similar repositories for linked-hash-map
Users that are interested in linked-hash-map are comparing it to the libraries listed below
Sorting:
- ☆197Updated 3 months ago
- x-www-form-urlencoded meets Serde☆252Updated 11 months ago
- Fowler–Noll–Vo hash function☆346Updated last year
- Macro for writing nested `if let` expressions☆168Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- Heap-based async timers☆215Updated last year
- A library for creating references that carry their owner with them.☆375Updated last year
- A Rust library to retry some code until its return value satisfies a condition.☆120Updated 3 months ago
- MIMEs in Rust☆202Updated 8 months ago
- A typesafe store keyed by types and containing different types of values.☆178Updated 6 years ago
- A Vec of Bits☆180Updated 3 weeks ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Generic Atomic<T> type for Rust☆235Updated 3 weeks ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆184Updated last year
- A TLS implementation over AsyncRead and AsyncWrite☆166Updated last year
- Typed HTTP Headers from hyper☆180Updated last month
- Procedural macro for recursive async functions☆226Updated 5 months ago
- Utilities for pinning☆96Updated last year
- Extensible, asynchronous retry behaviours for futures/tokio☆134Updated last year
- Efficient and customizable data-encoding functions in Rust☆190Updated 2 weeks ago
- A Rust JSON5 serializer and deserializer which speaks Serde.☆198Updated last year
- A basic crate to encode values to hexadecimal representation. Originally extracted from rustc-serialize.☆220Updated last week
- Integer trait and functions for Rust☆182Updated 4 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆179Updated last year
- TimeZone implementations for rust-chrono from the IANA database☆256Updated this week
- Procedural macros to derive numeric traits in Rust☆206Updated last year
- Wrapper types to enable optimized handling of &[u8] and Vec<u8>