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
no_std
The initial PR: FuelLabs/fuel-tx#190
With our own canonical serialization/deserialization we can avoid the usage of io::Read/io::Write and be able to compile with no_std mode.
io::Read
io::Write
Also, it can remove code duplication and simplify the support of serialization for types.
The text was updated successfully, but these errors were encountered:
SerializedSize
fuel-core-client
fuels_core
Dentosal
Successfully merging a pull request may close this issue.
The initial PR: FuelLabs/fuel-tx#190
With our own canonical serialization/deserialization we can avoid the usage of
io::Read
/io::Write
and be able to compile withno_std
mode.Also, it can remove code duplication and simplify the support of serialization for types.
The text was updated successfully, but these errors were encountered: