llogiq / optionalLinks
A small crate to provide space-efficient Option<_> replacements
☆37Updated 4 months ago
Alternatives and similar repositories for optional
Users that are interested in optional are comparing it to the libraries listed below
Sorting:
- Faster, more flexible and more correct alternative to core::fmt☆40Updated 4 years ago
- A structure for holding a set of enum variants☆19Updated 6 years ago
- ☆63Updated 8 years ago
- Convert `try!()` into `?`s☆34Updated 8 years ago
- An owned, grow-able UTF-8 string that stores small strings inline and avoids heap-allocation.