Releases: udoprog/musli
Releases · udoprog/musli
0.0.85
0.0.83
0.0.81
0.0.80
Additions
musli-zerocopy
now has an API which is more or less feature complete. All though changes are very likely to come in the future.
Full Changelog: 0.0.72...0.0.80
0.0.72
0.0.53
0.0.51
0.0.48
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
.