sivadeilra / vec_optionLinks
VecOption<T> is a specialized collection (in Rust), which is a more efficient replacement for Vec<Option<T>>.
☆15Updated 6 years ago
Alternatives and similar repositories for vec_option
Users that are interested in vec_option are comparing it to the libraries listed below
Sorting:
- A lock-free async waitgroup implementation☆37Updated 3 years ago
- Helper trait to create a boxed instance without going through stack☆36Updated 3 years ago
- #[derive(Future, Stream, Sink, AsyncRead, AsyncWrite, AsyncSeek, AsyncBufRead)] for enums.