0.0.46
Some performance work has been done in this release, and fuzz testing has been extended to ensure we don't have any regressions in correctly serializing tuples.
Internally a single binary can now be used for fuzz testing and flamegraph work, the --iter <iter>
parameters has been added to control how many iterations the fuzzer should run for.
Added
- Documentation and example binary testing and showcasing how Musli's abstractions can successfully shed away.
Writer
implementation for&mut [u8]
, allowing for treating mutable byte slices as writers.CString
now implementsEncode
andDecode
.