rust-lang / pin-utilsLinks
Utilities for pinning
☆97Updated last year
Alternatives and similar repositories for pin-utils
Users that are interested in pin-utils are comparing it to the libraries listed below
Sorting:
- Async tracing capabilities for the log crate☆98Updated 4 years ago
- Heap-based async timers☆216Updated last year
- Time and duration crate optimized for speed and API stability.☆75Updated last month
- Run closures in parallel☆115Updated 11 months ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆52Updated 5 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆185Updated last month
- Task abstraction for building executors☆213Updated 3 years ago
- skiplist☆144Updated 4 years ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Procedural macros in expression position☆204Updated 3 years ago
- Asynchronous TLS/SSL streams for Tokio using Rustls.☆141Updated 9 months ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆69Updated last month
- Automatic cfg for Rust compiler features☆108Updated 6 months ago
- A sentinel-based, heapless, `Vec`-like type.☆70Updated 5 years ago
- ☆88Updated last month
- Convert closures into wakers☆46Updated 11 months ago
- Thread parking and unparking☆79Updated 11 months ago
- ☆125Updated 3 years ago
- A TLS implementation over AsyncRead and AsyncWrite☆168Updated last year
- Concurrent hash trie☆58Updated 5 years ago
- Concatenate identifiers in a macro invocation☆94Updated 3 years ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆191Updated last month
- A global executor built on top of async-executor and smol☆75Updated 4 months ago
- An updated version of linked-hash-map and friends☆138Updated 2 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- Utilities for dealing with substructures within syn macros☆143Updated 7 months ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆91Updated 3 years ago
- Scoped Thread Local Storage for Rust☆57Updated 2 years ago
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- Async filesystem primitives☆141Updated last month