Amanieu / atomic-rsLinks
Generic Atomic<T> type for Rust
☆243Updated 2 months ago
Alternatives and similar repositories for atomic-rs
Users that are interested in atomic-rs are comparing it to the libraries listed below
Sorting:
- Synchronization primitives for Futures and async/await based on intrusive collections☆180Updated last week
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆309Updated 4 months ago
- Per-object thread-local storage for Rust☆358Updated 2 months ago
- Procedural macros in expression position☆204Updated 2 years ago
- offsetof for Rust☆229Updated last year
- Async synchronization primitives☆276Updated 3 months ago
- ☆210Updated 3 months ago
- Fork of std::Arc with lots of utilities useful for FFI☆265Updated 3 weeks ago
- a lock-free concurrent slab (experimental)☆302Updated 11 months ago
- Manual segmented stacks for Rust☆328Updated last month
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A Vec of Bits☆183Updated 3 months ago
- Async stream for Rust and the futures crate.☆189Updated last month
- A HashMap wrapper that holds key-value pairs in insertion order☆177Updated last year
- A simple bitset container for Rust☆157Updated 5 months ago
- A thread pool for isolating blocking I/O in async programs☆369Updated 3 months ago
- A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)☆191Updated 2 weeks ago
- rust stackful generator library☆353Updated 2 months ago
- Statically-checked alternatives to RefCell and RwLock☆383Updated 2 months ago
- A library for creating references that carry their owner with them.☆380Updated 2 years ago
- Conditional compilation according to rustc compiler version☆386Updated last week
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated last week
- Semantic wrapper for byte count representations☆150Updated last week
- Utilities for dealing with substructures within syn macros☆143Updated 6 months ago
- A typesafe store keyed by types and containing different types of values.☆179Updated 6 years ago
- Delegation of trait implementations via procedural macros☆279Updated 2 weeks ago
- Fast function for printing integer primitives to a decimal string☆352Updated last week
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 5 months ago
- Allocation-free data structures that make do with the memory they're given☆145Updated 3 years ago