rust-lang / pin-utilsLinks
Utilities for pinning
☆96Updated 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☆99Updated 4 years ago
- Heap-based async timers☆214Updated last year
- Run closures in parallel☆114Updated 6 months ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last year
- Time and duration crate optimized for speed and API stability.☆74Updated 2 months ago
- skiplist☆142Updated 3 years ago
- Automatic cfg for Rust compiler features☆102Updated last month
- Task abstraction for building executors☆213Updated 3 years ago
- Streamline updating a Tokio 0.1 application to Tokio 0.2.☆51Updated 4 years ago
- A TLS implementation over AsyncRead and AsyncWrite☆167Updated last year
- Procedural macros in expression position☆203Updated 2 years ago
- Thread parking and unparking☆78Updated 6 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Utilities for dealing with substructures within syn macros☆141Updated 2 months ago
- ☆125Updated 2 years ago
- A sentinel-based, heapless, `Vec`-like type.☆69Updated 5 years ago
- An updated version of linked-hash-map and friends☆121Updated 3 months ago
- Concurrent hash trie☆57Updated 4 years ago
- A global executor built on top of async-executor and smol☆74Updated 4 months ago
- ☆87Updated 6 months ago
- Async stream for Rust and the futures crate.☆185Updated last week
- ☆129Updated 5 years ago
- A sha1 implementation useable in const contexts☆87Updated last year
- Convert closures into wakers☆45Updated 6 months ago
- Concatenate identifiers in a macro invocation☆93Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆88Updated last month
- Executor Agnostic Runtime that can run your futures with your favourite Executor☆144Updated 4 years ago
- bencher is just a port of the libtest (unstable) benchmark runner to Rust stable releases. `cargo bench` on stable. "Not a better bencher…☆90Updated 3 years ago
- Async filesystem primitives☆136Updated 2 weeks ago