rustonaut / maybe-ownedLinks
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
Alternatives and similar repositories for maybe-owned
Users that are interested in maybe-owned are comparing it to the libraries listed below
Sorting:
- ☆57Updated last year
- Completion futures for Rust☆19Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- ☆35Updated 6 months ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 3 months ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆15Updated 3 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year
- ☆58Updated last year
- impl fallible collections in rust, quite as describe in RFC 2116☆38Updated 8 months ago
- ☆31Updated 5 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- ☆59Updated 11 months ago
- Rust API stability attributes for the rest of us.☆32Updated last year
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- ☆63Updated 8 years ago
- Sort Unicode strings lexicographically☆36Updated last year
- A maintained fork of the app-dirs-rs project.☆36Updated 10 months ago
- Find out about keys that are ignored when deserializing data☆86Updated 2 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- Postfix macros on stable Rust, today.☆76Updated 4 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Machine scalar casting that meets your expectations☆74Updated 3 years ago
- Inline procedural macros for Rust☆57Updated 2 years ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 4 months ago
- Read trait fixed to soundly work with uninitalized memory☆25Updated last year
- Compares two equal-sized byte strings in constant time.☆42Updated last month
- ☆56Updated 2 years ago
- A trait-based system for creating async Wakers. Because RawWakers are healthier after they've been cooked.☆21Updated 4 years ago