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