1 unstable release
Uses old Rust 2015
0.1.0 | Jun 27, 2018 |
---|
#114 in #elements
14KB
370 lines
Zom
A collection of zero, one or many elements
lib.rs
:
Zom
is a generic collection for either zero, one or many elements. It
is intended for situations where you usually expect only zero or one items
and does not require allocation in these cases.