Skip to content

A Rust set/map like data structure that allows you to combine members of the set/map together

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

zprobst/amalgamator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Rust set/map like data structure that allows you to combine members of the set/map together

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages