amalgamator is a set/map like data structure that allows you to combine members of the set/map together based on some criteria.
This is useful when you want to merge objects together that aren't strictly equal, but are similar enough that you want to treat them as the same object.
cargo add amalgamatorIf you want to use serde support, you can enable the serde feature.
cargo add amalgamator --features serdeView the docs on the docs.rs Documentation page.
This project is licensed under the MIT license or the Apache 2.0 license, at your option.