Amanieu / atomic-rsLinks
Generic Atomic<T> type for Rust
☆246Updated 3 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:
- A contiguous-in-memory double-ended queue that derefs into a slice☆155Updated 4 years ago
- Per-object thread-local storage for Rust☆362Updated 3 months ago
- Procedural macros in expression position☆204Updated 3 years ago
- Synchronization primitives for Futures and async/await based on intrusive collections☆186Updated last month
- Fork of std::Arc with lots of utilities useful for FFI☆274Updated last week
- offsetof for Rust☆229Updated last year
- Conditional compilation according to rustc compiler version☆390Updated 3 weeks ago
- rust stackful generator library☆358Updated 3 weeks ago
- Manual segmented stacks for Rust☆330Updated this week
- A simple bitset container for Rust☆159Updated 6 months ago
- a lock-free concurrent slab (experimental)☆303Updated last year
- Fast, SIMD-accelerated CRC32 (IEEE) checksum computation in Rust☆317Updated 5 months ago
- A library for creating references that carry their owner with them.☆383Updated 2 years ago
- Async synchronization primitives☆279Updated 3 weeks ago
- A stack for rust trait objects that minimizes allocations☆127Updated 3 years ago
- A thread pool for isolating blocking I/O in async programs☆373Updated 4 months ago
- ☆214Updated last week
- Async stream for Rust and the futures crate.☆192Updated last month
- skiplist☆144Updated 4 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 6 months ago
- Safely cast &T to &U where the struct U contains a single field of type T.☆215Updated 3 weeks ago
- A HashMap wrapper that holds key-value pairs in insertion order☆178Updated last year
- Extended utilities for working with files and filesystems in Rust☆149Updated last year
- A typesafe store keyed by types and containing different types of values.☆181Updated 7 years ago
- Delegation of trait implementations via procedural macros☆279Updated 3 weeks ago
- Define your own PhantomData☆158Updated 3 weeks ago
- A lightweight version of pin-project written with declarative macros.☆263Updated 3 weeks ago
- A library for to allow multiple return types by automatically generated enum.☆373Updated last month
- Statically-checked alternatives to RefCell and RwLock☆385Updated 3 months ago
- Fast numeric to- and from-string conversion routines.☆345Updated 3 months ago