utote 0.3.3

Stack allocated uint multiset, with optional SIMD implementations.
Documentation
[[bench]]
harness = false
name = "benches"
[dependencies.generic-array]
version = "0.14.4"

[dependencies.packed_simd]
optional = true
package = "packed_simd_2"
version = "0.3.4"

[dependencies.rand]
features = ["small_rng"]
optional = true
version = "0.8.3"

[dependencies.typenum]
version = "1.12.0"
[dev-dependencies.approx]
version = "0.4.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3.4"

[package]
authors = ["Marcus Desai <marcus.desai@gmail.com>"]
categories = ["data-structures"]
description = "Stack allocated uint multiset, with optional SIMD implementations."
documentation = "https://docs.rs/utote"
edition = "2018"
homepage = "https://github.com/Maracoo/utote"
keywords = ["multiset", "data-structure", "collection", "simd", "stack"]
license = "MIT OR Apache-2.0"
name = "utote"
readme = "README.md"
repository = "https://github.com/Maracoo/utote"
version = "0.3.3"
[package.metadata.docs.rs]
all-features = true