popzxc / trait-setLinks
Trait aliases on stable Rust
☆54Updated 3 years ago
Alternatives and similar repositories for trait-set
Users that are interested in trait-set are comparing it to the libraries listed below
Sorting:
- Typed index version of Rust slice and Vec containers☆69Updated 3 weeks ago
- ☆57Updated last year
- Better reference counted strings for Rust☆126Updated 10 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆38Updated last year
- Find out about keys that are ignored when deserializing data☆85Updated 2 weeks ago
- Automatically implement traits for common smart pointers☆111Updated last month
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 2 weeks ago
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated last week
- Automatic cfg for Rust compiler features☆95Updated last week
- Serialization value trees☆44Updated 10 months ago
- Safe wrapper for initializing arrays☆73Updated 2 years ago
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆103Updated 4 months ago
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last week
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- ☆31Updated 5 years ago
- A sinless derive helper☆72Updated 6 months ago
- A fast, small, full-featured, no-std compatible oneshot channel☆60Updated last year
- Nudging the compiler to auto-vectorize things☆75Updated last year
- ☆56Updated 11 months ago
- provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`☆31Updated 2 years ago
- Make trait methods callable without the trait in scope☆146Updated last week
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- Procedural macro to easily write higher-order strategies in proptest.☆46Updated 2 weeks ago
- Extract differences between arbitrary datastructures☆89Updated last year
- ☆46Updated last year
- Big array helper for serde☆60Updated last year
- Efficient byte-stream pipe buffer☆43Updated 10 months ago
- Threadsafe RefCell for Rust☆90Updated 2 months ago
- Data structures like Rust `alloc` which reuse user allocated memory☆57Updated 8 months ago