Crates.io | vecrem |
lib.rs | vecrem |
version | 0.1.0 |
source | src |
created_at | 2021-01-07 18:04:39.027557 |
updated_at | 2021-01-07 18:04:39.027557 |
description | Cursor-like structure for fast iterative removing of elements from a vec |
homepage | https://github.com/WaffleLapkin/vecrem/ |
repository | https://github.com/WaffleLapkin/vecrem/ |
max_upload_size | |
id | 333885 |
size | 19,789 |
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+