alexcrichton / scoped-tlsLinks
Scoped Thread Local Storage for Rust
☆56Updated 2 years ago
Alternatives and similar repositories for scoped-tls
Users that are interested in scoped-tls are comparing it to the libraries listed below
Sorting:
- Async stream for Rust and the futures crate.☆185Updated 2 weeks ago
- Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides …☆68Updated last year
- Duplicate an async I/O handle☆41Updated 7 months ago
- Copy-on-write string utilities for Rust☆159Updated last year
- Utilities for pinning☆97Updated last year
- Convert closures into wakers☆45Updated 7 months ago
- String interning for Rust☆202Updated 3 months ago
- rust bindings of snmalloc☆139Updated 4 months ago
- Automatic cfg for Rust compiler features☆102Updated 2 months ago
- Thread parking and unparking☆77Updated 7 months ago
- Fast functions for printing floating-point primitives to a decimal string☆127Updated last week
- docs.rs as a publishing platform?☆69Updated last week
- Async filesystem primitives☆137Updated last month
- A stack for rust trait objects that minimizes allocations☆128Updated 3 years ago
- A low-level I/O ownership and borrowing library☆104Updated 2 weeks ago
- A global executor built on top of async-executor and smol☆74Updated last week
- Run closures in parallel☆114Updated 7 months ago
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- futures::AtomicWaker extracted into its own crate☆29Updated 3 weeks ago
- Utilities for working with impl traits in Rust.☆112Updated 6 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…☆90Updated 3 years ago
- ☆50Updated 5 months ago
- A sha1 implementation useable in const contexts☆87Updated last year
- Async tracing capabilities for the log crate☆99Updated 4 years ago
- This crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.☆149Updated last week
- Enhancement over Rust's `std::BinaryHeap`. Supports other than max heap.☆57Updated last year
- The simd optimized escape code☆54Updated last week
- A growable bit-vector for Rust, optimized for size☆42Updated 6 months ago
- Utility wrapper to send non send types to other threads safely☆184Updated 4 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month