Crates.io | sets_multisets |
lib.rs | sets_multisets |
version | 0.8.0 |
source | src |
created_at | 2021-08-04 12:30:15.147872 |
updated_at | 2023-11-29 12:57:17.410136 |
description | Simple API for working with sets and multisets of elements of type usize |
homepage | https://github.com/jellevos/sets_multisets |
repository | https://github.com/jellevos/sets_multisets |
max_upload_size | |
id | 431497 |
size | 20,509 |
Simple API for operations on sets and multisets with elements of type usize
. The library supports exporting to bitset
and Bloom filter.