We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
We already document this on NetworkEndian; where do you think additional documentation would be helpful?
NetworkEndian
Sorry, something went wrong.
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.
jswrenn
GJason88
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: