1 unstable release

Uses old Rust 2015

0.1.0 Jun 27, 2018

#1308 in Data structures

MIT/Apache

14KB
370 lines

Crates.io Docs.rs

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.

No runtime deps