amalgamator

Crates.ioamalgamator
lib.rsamalgamator
version0.1.0
sourcesrc
created_at2024-07-25 20:22:59.551178
updated_at2024-07-25 20:22:59.551178
descriptionA set/map like data structure that allows you to combine members together.
homepage
repositoryhttps://github.com/zprobst/amalgamator
max_upload_size
id1315393
size54,887
Zach Probst (zprobst)

documentation

README

amalgamator

Description

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.

Installation

cargo add amalgamator

Serde Support

If you want to use serde support, you can enable the serde feature.

cargo add amalgamator --features serde

Documentation

View the docs on the docs.rs Documentation page.

License

This project is licensed under the MIT license or the Apache 2.0 license, at your option.

Commit count: 0

cargo fmt