Provides the #[vector] macro, which transforms user-defined structs into general vector
types by conditionally implementing appropriate traits and methods for them.
Add this to your Cargo.toml:
[dependencies]
vecn = "0.1"And see docs for help information on how to use this crate.
vecn is distributed under the terms of the MIT license.