Open lolbinarycat opened 1 month ago
We already document this on NetworkEndian
; where do you think additional documentation would be helpful?
either after this sentence:
Type aliases are provided for common byte orders in the big_endian, little_endian, network_endian, and native_endian submodules.
or in the zerocopy::byteorder::network_endian module itself.
i know it's on the enum, but it's pretty easy to skip looking at the enum and go straight to the convenience modules.
this seems obvious, and digging through the source code reveals it is true, but it would be nice to have the module docs say it explicitly.