| Crates.io | builder_macro |
| lib.rs | builder_macro |
| version | 0.5.1 |
| created_at | 2016-10-06 17:44:37.08946+00 |
| updated_at | 2016-11-27 01:55:03.107683+00 |
| description | A macro to generate structs and a corresponding builder |
| homepage | |
| repository | https://github.com/azriel91/builder_macro |
| max_upload_size | |
| id | 6742 |
| size | 79,577 |
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 and usage examples can be found at azriel.im/builder_macro
The MIT License