#union #hash-map #intersection

hashmap_union

Allows the union and intersection of hashmaps

3 releases (breaking)

0.3.0 Apr 15, 2024
0.2.0 Jul 20, 2018
0.1.0 Jul 17, 2018

#1023 in Data structures

Download history 1/week @ 2024-02-15 8/week @ 2024-02-22 3/week @ 2024-02-29 4/week @ 2024-03-07 5/week @ 2024-03-14 26/week @ 2024-03-28 16/week @ 2024-04-04 133/week @ 2024-04-11 15/week @ 2024-04-18

190 downloads per month

MPL-2.0 license

8KB

Hashmap_union

builds.sr.ht status Crates.io License

This library allows the union & intersection of two hashmaps, where they key and value both implement Clone.

Attributions

This code is based on code from im-rs Copyright 2017 Bodil Stokke

License

Copyright 2018 Robert Greener

This software is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Contributing

To report a bug or for any discussion, please email ~ragreener1/public-inbox@lists.sr.ht.

To submit a patch, please sign-it-off (-s flag in git) to indicate you certify the statement of origin and then email it to ~ragreener1/public-inbox@lists.sr.ht. Please also add the project name to the subject, i.e., [PATCH hashmap_union].

No runtime deps