Skip to content

jzon-rs v0.2.1

Choose a tag to compare

@github-actions github-actions released this 16 Jun 09:45
· 19 commits to main since this release

What's Changed

  • Add #[rjson(serialize_with/deserialize_with)] jzon-native field attributes by @Rajaniraiyn in #4
  • Derive codegen: PHF threshold covers aliases + compile-time key overhead in size_hint by @Rajaniraiyn in #11
  • Derive codegen: deny_unknown_fields first-byte filter + u8 bitmask for ≤8 fields by @Rajaniraiyn in #12
  • Add JsonStr::BorrowedNoEsc variant — skip find_escape on zero-copy strings by @Rajaniraiyn in #13
  • jzon_serde: JsonSeqAccess drain-on-drop + float format (serde_compat 83/83) by @Rajaniraiyn in #14
  • Fix 15 JSON spec (ECMA-404) violations + TC39 compliance suite (95/97 passing) by @Rajaniraiyn in #15

Full Changelog: v0.2.0...v0.2.1