transvec
transvec is a crate for transmuting Vecs without copying.
Installation
Use the package manager pip to install foobar. Add this to your Cargo.toml
[]
= "0.1.0"
Usage
use transmute_vec;
let input: = vec!;
let output: = transmute_vec.unwrap;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.