bauer 0.1.0

A derive macro for automatically generating the builder pattern
Documentation
1
2
3
4
5
6
7
8
# TODO

- [x] add `#[builder(rename = "")]`
- [x] add mutable builder (`&mut self`)
- [ ] add type-state builder
- [x] add custom visibility of builder
- [x] handle generics
- [x] enums for field attributes