builder_macro

Crates.iobuilder_macro
lib.rsbuilder_macro
version0.5.1
sourcesrc
created_at2016-10-06 17:44:37.08946
updated_at2016-11-27 01:55:03.107683
descriptionA macro to generate structs and a corresponding builder
homepage
repositoryhttps://github.com/azriel91/builder_macro
max_upload_size
id6742
size79,577
Azriel Hoh (azriel91)

documentation

http://www.azriel.im/builder_macro

README

Builder Macro

Crates.io Build Status Coverage Status

This crate contains a builder! macro to declare a struct and a corresponding builder.

The macro is inspired from jadpole/builder-macro, and is designed to remove duplication of field declaration, as well as generating appropriate setter methods.

Documentation

Documentation and usage examples can be found at azriel.im/builder_macro

License

The MIT License

Commit count: 87

cargo fmt