klingtnet / rb
A thread-safe fixed-size circular buffer written in safe Rust.
☆82Updated last year
Related projects ⓘ
Alternatives and complementary repositories for rb
- Wrapper around generic-array that adds efficient numeric trait implementations☆62Updated 4 months ago
- Async tracing capabilities for the log crate☆99Updated 3 years ago
- ☆123Updated 2 years ago
- Bounded MPMC channel abstraction on top of a ring buffer☆39Updated 3 months ago
- A procedural attribute macro to automatically cache the results of a function call with given args.☆64Updated 5 years ago
- Macro to generate num::FromPrimitive instances for enum that works in Rust 1.0☆63Updated 2 years ago
- Custom derivation macro for Rust☆110Updated 6 years ago
- Safely combine results☆81Updated 2 months ago
- In support of measuring heap allocations in Rust programs.☆99Updated 5 years ago
- Candidates for inclusion in the Rust standard library☆89Updated last year
- A flexible thread pool providing scoped and static threads.☆84Updated 5 years ago
- A typesafe store keyed by types and containing different types of values.☆177Updated 5 years ago
- Ultra fast binary serialization and deserialization for types with a constant size (known at compile time).☆104Updated last year
- An experimental asynchronous runtime based on `io-uring`.☆76Updated 3 years ago
- Concurrent hash trie☆51Updated 4 years ago
- Utilities for pinning☆97Updated 7 months ago
- Spawn processes with arbitrary closures in rust☆108Updated 3 years ago
- A cargo subcommand to fetch the source code of a Rust crate☆93Updated this week
- Rust library providing a lazily filled Cell☆61Updated 4 years ago
- A crate with indexed arenas with small memory footprint☆76Updated 2 months ago
- Safe wrapper for initializing arrays☆72Updated last year
- Concatenate identifiers in a macro invocation☆93Updated last year
- Synchronization primitives for Futures and async/await based on intrusive collections☆175Updated 7 months ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.☆69Updated 2 years ago
- MOPA: My Own Personal Any. A macro to implement all the `Any` methods on your own trait.☆112Updated last year
- Asynchronous byte buffers and pipes for concurrent I/O programming.☆99Updated last year
- Run closures in parallel☆109Updated 3 weeks ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 3 years ago
- ☆54Updated last year
- skiplist☆140Updated 2 years ago
- Access File System operations off-thread, using a Futures.☆68Updated 5 years ago