[package] name = "collections-more" version = "0.1.4" authors = ["mfournial (Mike -Mayeul- Fournial)"] description = """ Common data structure and algorithms for rust-lang to complete the already excellent std::collections """ license-file = "LICENSE" documentation = "https://gitlab.doc.ic.ac.uk/mmf115/collections-rust/-/jobs/artifacts/master/download?job=doc" readme = "README.md" repository = "https://www.github.com/mfournial/collections-rust" homepage = "https://www.github.com/mfournial/collections-rust" [badges] travis-ci = { repository = "mfournial/collections-rust" } maintenance = { status = "experimental" } [dependencies]