Expand description
A library to easily define validated custom slice and vector types.
Macros§
- impl_
cmp_ for_ owned_ slice - Implements
PartialEq
andPartialOrd
for the given custom owned slice type. - impl_
cmp_ for_ slice - Implements
PartialEq
andPartialOrd
for the given custom slice type. - impl_
slice_ spec_ methods - Implements some methods of
SliceSpec
trait automatically. - impl_
std_ traits_ for_ owned_ slice - Implements std traits for the given custom slice type.
- impl_
std_ traits_ for_ slice - Implements std traits for the given custom slice type.
Traits§
- Owned
Slice Spec - A trait to provide types and features for an owned custom slice type.
- Slice
Spec - A trait to provide types and features for a custom slice type.