kyren / hashlinkLinks
An updated version of linked-hash-map and friends
☆114Updated last month
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 2 weeks ago
- A futures abstraction that runs a set of futures which may complete in any order.☆90Updated 2 months ago
- A global executor built on top of async-executor and smol☆74Updated 2 months ago
- A fast and flexible LRU map.☆183Updated 4 months ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 3 months ago
- Async fundamentals initiative: portable and interoperable☆76Updated 2 years ago
- Fork of std::Arc with lots of utilities useful for FFI☆234Updated 3 weeks ago
- Typed any map for rust☆67Updated 5 months ago
- Make trait methods callable without the trait in scope☆146Updated last week
- Migrated to Codeberg☆79Updated last year
- Better reference counted strings for Rust☆126Updated 10 months ago
- Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to suppor…☆84Updated 2 months ago
- Mirror of Rust's allocator api for use on stable rust☆60Updated 2 weeks ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆143Updated 9 months ago
- Asynchronous HTTP body trait☆142Updated last month
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆67Updated 9 months ago
- A rust crate to find the total size of an object, on the stack and on the heap☆107Updated last year
- docs.rs as a publishing platform?☆68Updated 2 weeks ago
- A simple wrapper around filesystem operations to provide more helpful error messages.☆145Updated 4 months ago
- A procedure macro to unify SYNC and ASYNC implementation for downstream application/crates☆154Updated last year
- A small test framework to write your own test harness that looks and behaves like the built-in test harness used by `rustc --test`☆116Updated 7 months ago
- Run closures in parallel☆113Updated 4 months ago
- Graceful shutdown util for Rust projects using the Tokio Async runtime.☆136Updated 8 months ago
- A implementation of convenience integrations between tokio and tower☆129Updated last year
- An LRU cache implementation with constant time operations and weighted semantic.☆44Updated 5 months ago
- This is a Rust implementation for popular caches (support no_std).☆109Updated 3 months ago
- ☆42Updated 2 weeks ago
- Convert closures into wakers☆45Updated 4 months ago
- Const TypeId and non-'static TypeId☆66Updated 2 weeks 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