Crates.io | hashmap_union |
lib.rs | hashmap_union |
version | 0.3.1 |
source | src |
created_at | 2018-07-17 19:40:08.07874 |
updated_at | 2024-06-02 10:16:32.152921 |
description | Allows the union and intersection of hashmaps |
homepage | |
repository | https://github.com/0xr0bert/hashmap_union |
max_upload_size | |
id | 74783 |
size | 21,567 |
This library allows the union & intersection of two hashmaps, where they key and value both implement Clone.
This code is based on code from im-rs Copyright 2017 Bodil Stokke
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/.