Skip to content

Releases: rustic-rs/conflate

conflate-v0.3.1

22 Oct 16:15
e0544d5
Compare
Choose a tag to compare

Other

  • (deps) update actions (#26)
  • add btreemap to std feature description (#20)

conflate-v0.3.0

03 Oct 11:03
0292b70
Compare
Choose a tag to compare

Added

  • (strategy) implement merge strategies for BTreeMap (#13)

Other

  • (strategy) [breaking] Change function names for HashMap strategies (#14)

conflate_derive-v0.2.0

26 Sep 12:30
859ae04
Compare
Choose a tag to compare

Initial release providing a derive macro for the Merge trait.

conflate-v0.2.0

26 Sep 12:30
859ae04
Compare
Choose a tag to compare

Initial release providing the Merge trait and some merge strategies in the
bool, num, ord and vec modules.