Module tcp::util

source ·

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 valid u8, so can only store up to u8::MAX items.