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:
- Completion futures for Rust☆19Updated 2 years ago
- ☆40Updated last year
- ☆58Updated 2 years ago
- A Rust library for runtime-checked linearish types☆35Updated 2 years ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- ☆31Updated 5 years ago
- Abstract over different executors☆74Updated 2 years ago
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆31Updated 10 months ago
- Intended to allow taking a T from a &mut T temporarily☆79Updated 5 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated last month
- impl fallible collections in rust, quite as describe in RFC 2116☆39Updated 9 months ago
- Defer dropping large structs to a background thread☆64Updated 2 years ago
- A memory efficient container for rust nested collections☆40Updated 2 years ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- ☆24Updated 2 years ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆82Updated 4 months ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Macro for sealing traits and structures☆59Updated 8 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Parse integers directly from `[u8]` slices in safe code☆57Updated last year
- Exposes arch-specific intrinsics as safe function (via cfg).☆58Updated last week
- A maintained fork of the app-dirs-rs project.☆37Updated 11 months ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆89Updated last month
- Extension of nom to trace parser☆49Updated 6 months ago
- Self-referencial structs using the async/await transformation☆44Updated 4 years ago
- docs.rs as a publishing platform?☆69Updated 2 weeks ago
- Easy and safe destructuring for more types.☆32Updated 3 weeks ago
- Rust library for safely and explicitly parsing untrusted data☆52Updated last year
- Compares two equal-sized byte strings in constant time.☆41Updated 2 months ago