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
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

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