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:
- ☆61Updated 2 years ago
- ☆36Updated last year
- Unsafe marker trait for types that deref to a stable address☆34Updated 4 months ago
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆16Updated 3 years ago
- Rust library for safely and explicitly parsing untrusted data☆53Updated last year
- A Rust library for runtime-checked linearish types☆37Updated 2 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆74Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated last year
- ☆62Updated last year
- Completion futures for Rust☆20Updated 3 years ago
- Parse integers directly from `[u8]` slices in safe code☆62Updated 2 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆52Updated last year
- Trait implementation generator macro☆30Updated last week
- ☆36Updated 3 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
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆92Updated 9 months ago
- Rust API stability attributes for the rest of us.☆31Updated last year
- Rust String type with configurable byte storage.☆36Updated last year
- ☆31Updated 5 years ago
- Intended to allow taking a T from a &mut T temporarily☆81Updated 6 years ago
- Abstract over different executors☆74Updated 2 years ago
- Serde-based replacement for #[derive(Debug)]☆68Updated last year
- Easy and safe destructuring for more types.☆33Updated 2 months ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 5 years ago
- String formatting utilities that return impl Display and are 100% no_std compatible☆39Updated 4 years ago
- A memory efficient container for rust nested collections☆43Updated 3 years ago
- ☆61Updated last year