Expand description
Utility functions and types.
Traits§
- Compare
- A helper trait for two different types that can be compared.
- From
- Vest equivalent of
std::convert::From
. - Into
- Vest equivalent of
std::convert::Into
. - Spec
From - Spec version of
From
. - Spec
Into - Spec version of
Into
. - Spec
TryFrom - Spec version of
TryFrom
. - Spec
TryInto - Spec version of
TryInto
. - TryFrom
- Vest equivalent of
std::convert::TryFrom
. - TryInto
- Vest equivalent of
std::convert::TryInto
. - View
Reflex - Helper trait for types that have a reflexive view.
Functions§
- compare_
slice - Helper function to compare two slices.
- init_
vec_ u8 - Helper function to initialize a vector of
u8
with zeros. - set_
range - Helper function to set a range of bytes in a vector.