You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An interesting optimization for no_std platforms would be to support in-place decoders/encoders.
The entire crate is already written to operate over byte slices as inputs/outputs, which should make much of the existing implementation reusable in this context..
The text was updated successfully, but these errors were encountered:
An interesting optimization for
no_std
platforms would be to support in-place decoders/encoders.The entire crate is already written to operate over byte slices as inputs/outputs, which should make much of the existing implementation reusable in this context..
The text was updated successfully, but these errors were encountered: