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
The idea is that in a non-pure setting, you'll typically always want endian_fd reading, which means we can use the generic Reader trait from std.
This will enable unit testing the endian fd readers by passing Cursor'd byte arrays.
We may be able to drop the no_endian_fd feature flag if this pans out the way I think it can.
The text was updated successfully, but these errors were encountered:
32c44dc
No branches or pull requests
The idea is that in a non-pure setting, you'll typically always want endian_fd reading, which means we can use the generic Reader trait from std.
This will enable unit testing the endian fd readers by passing Cursor'd byte arrays.
We may be able to drop the no_endian_fd feature flag if this pans out the way I think it can.
The text was updated successfully, but these errors were encountered: