EricLBuehler / trc
A faster Arc.
☆55Updated 11 months ago
Alternatives and similar repositories for trc:
Users that are interested in trc are comparing it to the libraries listed below
- Attribute proc-macro to simplify deriving standard and other traits with custom generic type bounds.☆68Updated last month
- A primitive for writing structural search and replace programs for rust☆31Updated 6 months ago
- Async, lock-free synchronization primitives for task wakeup☆42Updated 4 months ago
- Lending iterators on stable Rust☆81Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆76Updated 2 weeks ago
- cross-platform Rust API for memory mapped IO☆41Updated 8 months ago
- Const equivalents of std functions, compile-time comparison, and parsing.☆90Updated last month
- ☆85Updated this week
- Oneshot Rust channel working both in and between sync and async environments☆84Updated 3 months ago
- Rust crate providing a reimplementation of the `std::Any` trait that supports types with non-`'static` lifetimes.☆37Updated last month
- structured parallel execution for async Rust☆33Updated 5 months ago
- Zero-cost bitsets over native Rust types☆76Updated last month
- Cross-platform, endian-aware primitives for Rust☆34Updated 3 months ago
- The missing compound borrowing for Rust.☆58Updated 2 weeks ago
- horrible serde macro stuff☆39Updated last year
- Thread-safe clone-on-write container for fast concurrent writing and reading.☆49Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆43Updated last year
- Type-erased core::Discriminant<T>☆37Updated last week
- A trait + derive to recursively compute / print the memory usage of a data structure.☆25Updated 3 weeks ago
- Imitate the documentation build that docs.rs would do☆43Updated last week
- serde::Deserializer for proc_macro/proc_macro2::TokenStream☆68Updated 2 months ago
- Threadsafe RefCell for Rust☆90Updated last year
- Const TypeId and non-'static TypeId☆58Updated last week
- A fast, lightweight, embedded system-friendly library for wrapping text.☆65Updated 11 months ago
- Convert closures into wakers☆45Updated last week
- Zig comptime using Rust proc macros☆41Updated 8 months ago
- Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert.☆55Updated last year
- Full precision decimal representation of f64☆25Updated last week
- A Rust library for runtime-checked linearish types☆32Updated last year
- Serde partial serialization made easy