Skip to content

0.0.46

Compare
Choose a tag to compare
@udoprog udoprog released this 18 May 00:20
· 596 commits to main since this release

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 implements Encode and Decode.