Crates.io | rand-pop |
lib.rs | rand-pop |
version | 0.1.1 |
source | src |
created_at | 2016-10-05 18:29:09.033888 |
updated_at | 2016-11-13 21:41:06.65334 |
description | Trait for random removal from containers. |
homepage | |
repository | https://github.com/clarcharr/rand-pop |
max_upload_size | |
id | 6730 |
size | 9,722 |
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.
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.