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
- ☆60Updated 2 years ago
- Completion futures for Rust☆19Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆50Updated last year
- A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks in Rust.☆88Updated 6 months ago
- ☆31Updated 5 years ago
- ☆24Updated 2 years ago
- Small Box optimization: store small item on stack and fallback to heap for large item.☆91Updated 4 months ago
- Postfix macros on stable Rust, today.☆75Updated 4 years ago
- Self-referencial structs using the async/await transformation☆43Updated 4 years ago
- Machine scalar casting that meets your expectations☆75Updated 4 years ago
- Intended to allow taking a T from a &mut T temporarily☆80Updated 5 years ago
- impl fallible collections in rust, quite as describe in RFC 2116☆40Updated 11 months ago
- Macro for sealing traits and structures☆59Updated 11 months ago
- ☆35Updated 9 months ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- ☆30Updated last year
- ☆56Updated 2 years ago
- Rust API stability attributes for the rest of us.☆32Updated last year
- Read trait fixed to soundly work with uninitalized memory☆27Updated last year
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 5 years ago
- Unsafe marker trait for types that deref to a stable address☆32Updated 3 weeks ago
- ☆64Updated 8 years ago
- ☆60Updated last year
- ASCII-only equivalents to `char`, `str` and `String`.☆73Updated last year
- ☆35Updated 3 years ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆37Updated 4 years ago
- Serialization value trees☆48Updated last year
- Safe pointer-to-member functionality for rust☆33Updated last year
- Abstract over different executors☆74Updated 2 years ago