rustonaut / maybe-owned
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
- Completion futures for Rust☆19Updated 2 years ago
- cargo subcommand for building proc-macro crates with web assembly☆34Updated 4 years ago
- ☆56Updated last year
- Generate is a library for building iterators on the fly☆39Updated 3 years ago
- A small ASCII-only bounded length string representation.☆59Updated 3 years ago
- ☆56Updated 11 months ago
- Find calls to panic functions in rust executables☆35Updated 3 years ago
- Stack-allocated DSTs for rust (fixed capacity)☆49Updated last year
- Rust String type with configurable byte storage.☆35Updated 7 months ago
- Unsafe marker trait for types that deref to a stable address☆31Updated 2 years ago
- ☆29Updated last year
- Procedural macro to mock returning (values referencing) locals from a function (using CPS)☆30Updated 6 months ago
- A simple helper to transform Markdown links to intra-doc links in Rust projects when appropriate.☆36Updated 4 years ago
- ☆39Updated last year
- A rust library to hide types inside a diplomatic bag which can be sent between threads freely☆15Updated 2 years ago
- myrrlyn’s wyzyrdly library☆25Updated last year
- Rust API stability attributes for the rest of us.☆29Updated 10 months ago
- Compile-time temporary directory shared by multiple crates and erased by `cargo clean`☆75Updated 2 months ago
- Sort Unicode strings lexicographically☆36Updated 9 months ago
- A memory efficient container for rust nested collections☆39Updated 2 years ago
- String optimized for map keys☆62Updated this week
- Simple goldenfile testing in Rust.☆39Updated 2 months ago
- Lossless functionality for platform-native strings.☆71Updated 2 months ago
- Defer dropping large structs to a background thread☆62Updated 2 years ago
- ☆24Updated 2 years ago
- Rust crate that provides number types similar to std's NonZero* types, but that cannot hold a type's maximum value instead.☆46Updated last year
- Extensions for the Rust standard library☆39Updated last year
- ☆52Updated 5 years ago
- Rust crate for accepting general reference-like values without proliferating generics.☆35Updated 8 years ago
- A thread pool for running multiple tasks on a configurable group of threads.☆50Updated last year