jedisct1 / rust-coarsetime
Time and duration crate optimized for speed and API stability.
☆66Updated 2 weeks ago
Alternatives and similar repositories for rust-coarsetime:
Users that are interested in rust-coarsetime are comparing it to the libraries listed below
- Small Box optimization: store small item on stack and fallback to heap for large item.☆77Updated 3 weeks ago
- Utilities for pinning☆97Updated 9 months ago
- Object Pool LockFree in Rust☆45Updated 7 months ago
- Run closures in parallel☆111Updated 2 months ago
- Convert closures into wakers☆45Updated 2 months ago
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- Typed index version of Rust slice and Vec containers☆68Updated 3 months ago
- A lightweight, no-std, object-safe, serialization-only framework for Rust☆94Updated this week
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated 5 months ago
- Lock free bounded non blocking pub sub queue☆76Updated 3 years ago
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 2 months ago
- A global executor built on top of async-executor and smol☆73Updated 7 months ago
- Threadsafe RefCell for Rust☆89Updated last year
- An utility that easily makes bytes size representation and helps its arithmetic operations.☆114Updated last month
- A leaky-bucket-as-a-meter rate-limiting implementation in Rust☆32Updated 4 years ago
- A fast, small, full-featured, no-std compatible oneshot channel☆61Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆176Updated 9 months ago
- Asynchronous access to a bincode-encoded item stream.☆70Updated 2 weeks ago
- Safe, zero-cost downcasting for limited compile-time specialization.☆155Updated 3 weeks ago
- Dependency injection for Rust☆48Updated last week
- A circular buffer with fixed capacity (Rust).☆104Updated last year
- Make trait methods callable without the trait in scope☆135Updated 2 months ago
- An implementation of the `group_by` Haskell function for slice and strings☆53Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆77Updated 3 years ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆43Updated 3 weeks ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆66Updated 5 months ago
- A simple bitset container for Rust☆130Updated 2 months ago
- Inter-process Multiple Producer, Single Consumer Channels for Rust☆56Updated 7 months ago
- like thread::spawn but for processes☆148Updated 5 months ago