vec_to_array 0.2.5

Moves a heap allocated `Vec<T>` to an stack allocated array of type `T` and size `N`.
Documentation
[dependencies]

[lib]
name = "vec_to_array"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Moves a heap allocated `Vec<T>` to an stack allocated array of type `T` and size `N`."
edition = "2021"
license = "MIT"
name = "vec_to_array"
readme = "README.md"
repository = "https://github.com/mcmah309/vec_to_array"
rust-version = "1.73"
version = "0.2.5"