[][src]Crate oom

Took inspirations from the "Parse, don’t validate" article.

More introduction is in the README.

Structs

NonEmptyMutSlice

An non-empty mutable slice type, counterpart of &mut [T].

NonEmptySlice

An non-empty slice type, counterpart of &[T].