provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`
☆31Mar 5, 2023Updated 3 years ago
Alternatives and similar repositories for maybe-owned
Users that are interested in maybe-owned are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- An ordered map and set based on a binary search tree.☆13Mar 31, 2015Updated 10 years ago
- Very simple Rust string interpolation☆36Feb 22, 2023Updated 3 years ago
- ☆23Mar 3, 2017Updated 9 years ago
- A simple Vec-like API over a struct of arrays layout for Rust☆13Aug 14, 2019Updated 6 years ago
- Traversals in Rust☆21Oct 10, 2016Updated 9 years ago
- Utilities to work with dyn [Async]Fn*☆18Dec 20, 2025Updated 3 months ago
- A Rust memory allocator for large slices that don't escape the stack.☆31Jul 14, 2022Updated 3 years ago
- weavetui is a modern, robust, and modular Text User Interface (TUI) framework for Rust, built on top of ratatui and tokio