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:
- A Rust library for runtime-checked linearish types☆36Updated 2 years ago
- Completion futures for Rust☆19Updated 3 years ago
- ☆61Updated 2 years ago
- ☆35Updated 10 months ago
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- ☆24Updated 3 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- ☆61Updated last year
- Generic SIMD abstractions for Rust.☆46Updated 3 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 2 months ago
- ☆31Updated 5 years ago
- Rust API stability attributes for the rest of us.☆32Updated last year
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- Defer dropping large structs to a background thread☆66Updated 3 years ago
- Generate is a library for building iterators on the fly☆39Updated 4 years ago
- ☆59Updated last year
- A small ASCII-only bounded length string representation.☆60Updated 3 years ago
- Extension of nom to trace parser☆49Updated 10 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 3 weeks ago
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 7 months ago
- ☆88Updated 3 weeks ago
- Exposes arch-specific intrinsics as safe function (via cfg).☆57Updated last week
- Trait implementation generator macro☆30Updated 3 weeks ago
- #[no_std] print equivalent for Rust☆65Updated last week
- Generic extensions for tapping values in Rust.☆59Updated 6 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 5 years ago
- Easy and safe destructuring for more types.☆33Updated 3 weeks ago