#container #random #removal

rand-pop

Trait for random removal from containers

2 releases

Uses old Rust 2015

0.1.1 Nov 13, 2016
0.1.0 Oct 5, 2016

#14 in #removal

25 downloads per month

Custom license

5KB
67 lines

RandPop

Trait which which allows random removal and iteration through containers. You may freely use and modify this code under the CC0 1.0 Universal License.

Usage

To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
rand-pop = "0.1"

For more formal documentation, you can find the rustdoc here.

Dependencies

~315–540KB