Skip to content

fix: tuple structs and tuple enum variants ignore context change to map at runtime (closes #202)

Summary

Fixes ignoring of changing context for tuple structs and tuple enum variants to StructStyle::ForceAsMap while encoding or decoding at runtime.

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