Crates.io | uniquevec |
lib.rs | uniquevec |
version | 0.1.0 |
source | src |
created_at | 2024-11-04 12:56:07.693085 |
updated_at | 2024-11-04 12:56:07.693085 |
description | A `Vec`-like datastructure which only contains unique entries. It is no_std and has optional serde support. |
homepage | |
repository | https://github.com/jonaspleyer/uniquevec |
max_upload_size | |
id | 1434961 |
size | 23,534 |
A Vec
-like datastructure which only contains unique entries.
It is no_std
and makes no use of unsafe code.