jedisct1 / rust-coarsetimeLinks
Time and duration crate optimized for speed and API stability.
☆75Updated 3 weeks ago
Alternatives and similar repositories for rust-coarsetime
Users that are interested in rust-coarsetime are comparing it to the libraries listed below
Sorting:
- Utilities for pinning☆99Updated last year
- io traits/structs for tokio that automatically recover from potential disconnections/interruptions☆73Updated last week
- Define your own PhantomData☆158Updated last month
- Run closures in parallel☆115Updated last year
- Async tracing capabilities for the log crate☆98Updated 5 years ago
- Thread parking and unparking☆82Updated last year
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- A futures abstraction that runs a set of futures which may complete in any order.☆92Updated 3 months ago
- Object Pool LockFree in Rust☆49Updated 4 months ago
- Async filesystem primitives☆143Updated 3 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆187Updated 2 months ago
- Concurrent hash trie☆58Updated 5 years ago
- Convert closures into wakers☆47Updated last year
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- ☆87Updated 2 months ago
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆59Updated last year
- ☆126Updated 3 years ago
- A global executor built on top of async-executor and smol☆75Updated 5 months ago
- Migrated to Codeberg☆79Updated 2 years ago
- An updated version of linked-hash-map and friends☆139Updated 3 months ago
- A fast and flexible LRU map.☆199Updated last year
- Asynchronous access to a bincode-encoded item stream.☆78Updated 10 months ago
- Async stream for Rust and the futures crate.☆193Updated last week
- Automatic cfg for Rust compiler features☆110Updated 7 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated 3 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 8 months ago
- Heap-based async timers