Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 719 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 719 Bytes

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+