| Crates.io | vecn |
| lib.rs | vecn |
| version | 0.2.1 |
| created_at | 2021-04-25 15:47:33.194477+00 |
| updated_at | 2021-06-15 03:16:06.786753+00 |
| description | A procedural macro that transforms user-defined structs into general vector types. |
| homepage | |
| repository | https://github.com/mapkts/vecn |
| max_upload_size | |
| id | 389339 |
| size | 67,889 |
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.