popzxc / trait-set
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
- A map implementation that relies on fixed-size storage derived by a procedural macro☆44Updated last month
- Make trait methods callable without the trait in scope☆136Updated 2 months ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- Temporarily take ownership of a value at a mutable location, and replace it with a new value based on the old one.☆109Updated 2 years ago
- A Rust library for generically joining iterables with a separator☆93Updated last year
- ☆56Updated last year
- Procedural macro span debugger/visualizer☆40Updated 4 years ago
- Automatically implement traits for common smart pointers☆110Updated last month
- Better reference counted strings for Rust☆125Updated 9 months ago
- A low-ish level tool for easily writing and hosting WASM based plugins.☆70Updated last year
- Find out about keys that are ignored when deserializing data☆81Updated 2 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- Token tree calling convention☆79Updated 2 years ago
- Oneshot Rust channel working both in and between sync and async environments☆88Updated 2 months ago
- Convert number to enum☆87Updated 9 months ago
- SegVec data structure for rust. Similar to Vec, but allocates memory in chunks of increasing size.☆37Updated last year
- A futures abstraction that runs a set of futures which may complete in any order.☆89Updated last month
- assert!() and check!() macros for Rust, inspired by Catch2, now with diffs!☆102Updated 4 months ago
- Typed index version of Rust slice and Vec containers☆69Updated this week
- Helper macros: autoimpl, impl_scope☆60Updated 4 months ago
- Mirror of Rust's allocator api for use on stable rust☆59Updated this week
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- Keep version numbers in sync with Cargo.toml☆73Updated 11 months ago
- ☆56Updated last year
- Safe, zero-cost downcasting for limited compile-time specialization.☆161Updated 2 months ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- Extensions for the Rust standard library☆39Updated last year
- 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
- Generic and convenient `std` atomics via `Atomic<T>`☆46Updated 6 months ago