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
CustomEncoder
CustomDecoder
Ideally encoders and decoders should be improved such as to:
&str
&String
&[T]
&Vec<T>
to_bytes_naive
from_bytes_naive
The text was updated successfully, but these errors were encountered:
svix-daniel
No branches or pull requests
Ideally encoders and decoders should be improved such as to:
&str
in place of&String
and&[T]
in place of&Vec<T>
to_bytes_naive
andfrom_bytes_naive
when there is one to/from a byte array present.The text was updated successfully, but these errors were encountered: