vecrem

Crates.iovecrem
lib.rsvecrem
version0.1.0
sourcesrc
created_at2021-01-07 18:04:39.027557
updated_at2021-01-07 18:04:39.027557
descriptionCursor-like structure for fast iterative removing of elements from a vec
homepagehttps://github.com/WaffleLapkin/vecrem/
repositoryhttps://github.com/WaffleLapkin/vecrem/
max_upload_size
id333885
size19,789
Waffle Maybe (WaffleLapkin)

documentation

https://docs.rs/vecrem/

README

vecrem

CI status documentation (master) documentation (docs.rs) crates.io LICENSE

Cursor-like helper which allows removing elements from vector without moving the tail every time.

[dependencies]
vecrem = "0.1"

Compiler support: requires rustc 1.36+

Commit count: 6

cargo fmt