Skip to content

refactor: tidy up new Encode, Decode as a feature

Егор Ивков requested to merge integrate-new-traits into master

Summary

Relates to #96

refactor: tidy up new Encode, Decode as a feature

  • move the traits into their own module
  • add more interlinked doc comments
  • add a changelog note

refactor: move rmp reexport: tuple -> msgpack

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files
Edited by Егор Ивков

Merge request reports