recycle_vec 1.0.4

Provides a method for Vec to recycle it's backing allocation for use with another Vec of different type.
Documentation
[package]
name = "recycle_vec"
version = "1.0.4"
authors = ["Pyry Kontio <pyry.kontio@drasa.eu>"]
edition = "2018"
description = "Provides a method for Vec to recycle it's backing allocation for use with another Vec of different type."
license = "MIT"
repository = "https://github.com/golddranks/recycle_vec"
documentation = "https://docs.rs/recycle_vec/"

[dependencies]