Skip to content

raw encode and decode on struct fields and enum variants (closes #194)

Кирилл Безуглый requested to merge kbezuglyi/encode-decode into master

Summary

Fixes #194 (closed) with raw encode/decode on fields of structs and enums.

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