kyren / hashlinkLinks
An updated version of linked-hash-map and friends
☆115Updated 2 months ago
Alternatives and similar repositories for hashlink
Users that are interested in hashlink are comparing it to the libraries listed below
Sorting:
- Define your own PhantomData☆152Updated last month
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Better reference counted strings for Rust☆126Updated 11 months ago
- Migrated to Codeberg☆79Updated last year
- Convert closures into wakers☆45Updated 5 months ago
- A global executor built on top of async-executor and smol☆74Updated 3 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- Yet Another Async Runtime (yaar) focused on forbid(unsafe) and scalability☆81Updated 3 years ago
- A fast and flexible LRU map.☆185Updated 5 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 10 months ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆145Updated 10 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆89Updated 2 years ago
- A simple bitset container for Rust☆143Updated last month
- Mirror of Rust's allocator api for use on stable rust☆61Updated last month
- Fast JSON deserialization on borrowed data☆98Updated this week
- Fork of std::Arc with lots of utilities useful for FFI☆238Updated this week
- Threadsafe RefCell for Rust☆91Updated 3 months ago
- Macro for sealing traits and structures