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
We shouldn't ever use bincode::deserialize directly. The preferred method is to use the Options trait. The DefaultOptions struct talks about what options are set up by default, and the important part for us is the byte limit.
The text was updated successfully, but these errors were encountered:
We shouldn't ever use
bincode::deserialize
directly. The preferred method is to use theOptions
trait. TheDefaultOptions
struct talks about what options are set up by default, and the important part for us is the byte limit.The text was updated successfully, but these errors were encountered: