vecn

Crates.iovecn
lib.rsvecn
version0.2.1
sourcesrc
created_at2021-04-25 15:47:33.194477
updated_at2021-06-15 03:16:06.786753
descriptionA procedural macro that transforms user-defined structs into general vector types.
homepage
repositoryhttps://github.com/mapkts/vecn
max_upload_size
id389339
size67,889
0x30 (mapkts)

documentation

https://docs.rs/vecn/

README

Vecn

Provides the #[vector] macro, which transforms user-defined structs into general vector types by conditionally implementing appropriate traits and methods for them.

Crates.io Docs.rs MIT licensed Build Status

Usage

Add this to your Cargo.toml:

[dependencies]
vecn = "0.1"

And see docs for help information on how to use this crate.

License

vecn is distributed under the terms of the MIT license.

Commit count: 46

cargo fmt