uniquevec

Crates.iouniquevec
lib.rsuniquevec
version0.1.0
sourcesrc
created_at2024-11-04 12:56:07.693085
updated_at2024-11-04 12:56:07.693085
descriptionA `Vec`-like datastructure which only contains unique entries. It is no_std and has optional serde support.
homepage
repositoryhttps://github.com/jonaspleyer/uniquevec
max_upload_size
id1434961
size23,534
Jonas Pleyer (jonaspleyer)

documentation

README

uniquevec


A Vec-like datastructure which only contains unique entries. It is no_std and makes no use of unsafe code.

License MIT License Apache Test Status Crate Docs

Commit count: 9

cargo fmt