pop-trait 0.2.1

Pop trait for collectons.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
`Pop` trait
===========

`Pop` trait for collections. You may freely use and modify this code under the
[CC0 1.0 Universal License](LICENSE).

Usage
-----

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

```toml
[dependencies]
pop-trait = "0.2"
```

For more formal documentation, you can find the rustdoc
[here](https://clarcharr.github.io/pop-trait/pop_trait/).