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
I pushed this up because I wanted to use it in another project.
I will be actively improving this alongside this other project, so this issue is a tracking issue for things I want to tackle
Improve the Error type
Give the Deserializer an upper limit on string / binary length (configurable)
Give the Serializer an upper limit on string / binary length (configurable)
Explore implementing deserialization into borrowed &[u8] / &str
The text was updated successfully, but these errors were encountered:
I pushed this up because I wanted to use it in another project.
I will be actively improving this alongside this other project, so this issue is a tracking issue for things I want to tackle
Error
typeDeserializer
an upper limit on string / binary length (configurable)Serializer
an upper limit on string / binary length (configurable)&[u8]
/&str
The text was updated successfully, but these errors were encountered: