Skip to content
This repository has been archived by the owner on Sep 24, 2022. It is now read-only.

Preserve order feature, minor fixes

Compare
Choose a tag to compare
@ehuss ehuss released this 15 Mar 18:30
· 110 commits to master since this release
dbdcc9c
  • Add preserve_order Cargo feature. This retains the order of map keys in toml::Value. (#278)
  • Fix issue #279 where some duplicate table headers were accepted. Added Deserializer::set_allow_duplicate_after_longer_table for anyone who wants to retain the old, broken behavior. (#280)
  • Fix case sensitivity with T, Z, and E. (#290)
  • Add PartialEq to de::Error. (#292)