0.7.0
Add
- Add
Serializable
trait to all structures
Remove
- Remove manual implementation of
from_bytes
andto_bytes
from all structures
Change
- Change return value of
from_bytes
fromOption
/CtOption
intoResult<Self, Error>
Serializable
trait to all structuresfrom_bytes
and to_bytes
from all structuresfrom_bytes
from Option
/ CtOption
into Result<Self, Error>