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