WaffleLapkin / vecrem

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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+

About

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

License:Do What The F*ck You Want To Public License


Languages

Language:Rust 100.0%