rand-pop

Crates.iorand-pop
lib.rsrand-pop
version0.1.1
sourcesrc
created_at2016-10-05 18:29:09.033888
updated_at2016-11-13 21:41:06.65334
descriptionTrait for random removal from containers.
homepage
repositoryhttps://github.com/clarcharr/rand-pop
max_upload_size
id6730
size9,722
Clar Fon (clarfonthey)

documentation

https://clarcharr.github.io/rand-pop/rand_pop

README

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.

Commit count: 0

cargo fmt