Skip to content
New issue

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

Add no_std canonical serialization and deserialization #443

Closed
xgreenx opened this issue May 12, 2023 · 0 comments · Fixed by #533
Closed

Add no_std canonical serialization and deserialization #443

xgreenx opened this issue May 12, 2023 · 0 comments · Fixed by #533
Assignees

Comments

@xgreenx
Copy link
Collaborator

xgreenx commented May 12, 2023

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.

Also, it can remove code duplication and simplify the support of serialization for types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants