twounordered

Crates.iotwounordered
lib.rstwounordered
version0.7.1
sourcesrc
created_at2020-12-24 00:29:38.567593
updated_at2022-03-27 00:10:09.83388
descriptionProvides two vec-like vecs backed by a single vec and provides retain_mut_unordered()
homepage
repositoryhttps://github.com/tiby312/twounordered
max_upload_size
id326761
size16,328
Ken Reed (tiby312)

documentation

README

github crates.io

A crate that provides the user with two fast "vec-like" vecs that are backed by a single vec. The caveat is that the operations like push and truncate may rearrange the order of the other vec in an unspecified way. Also provides a retain_mut_unordered function to both the regular Vec as well as the two "vec-like" vecs provided by this crate.

Commit count: 33

cargo fmt