Modules§
- Traits that provide an abstract interface for time-related operations, modelled after
std::time
.
Structs§
- An array that derefs to a variable-length slice. Useful for storing variable-length data in a struct without allocating. The generic
N
must be a validu8
, so can only store up tou8::MAX
items.