Expand description
Took inspirations from the “Parse, don’t validate” article.
More introduction is in the README.
Structs§
- NonEmpty
MutSlice - A non-empty mutable slice type, counterpart of
&mut [T]
. - NonEmpty
Slice - A non-empty slice type, counterpart of
&[T]
. - NonEmpty
Vec - A non-empty vector type, counterpart of
Vec<T>
.