`Push` trait ============= `Push` 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] push-trait = "0.5" ``` For more formal documentation, you can find the rustdoc [here](https://clarcharr.github.io/push-trait/push_trait/).