-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
encode() and decode() both have failure modes if you pass in a source or destination buffer that is too small but the return type is usize for both encode() and decode().
The _with_offset() routines could likewise be removed, since slices in rust are very cheap.
These are the routines I'm using inline in desert but I considered using this varinteger first:
Metadata
Metadata
Assignees
Labels
No labels