derive-new
derive-new copied to clipboard
1.0 release
- [x] test where clauses
- [x] tuple structs
- [x] stable macros 1.1
- [x] Set up travis build
- [ ] Polish up the readme a bit, add badges (e.g. docs.rs)
- [x] Copy readme to crate-level doctoring (this is how it is now: https://docs.rs/derive-new)
- Tuple structs = done
- Stable macros 1.1 = done
I'd add a few more items if I may:
- Set up travis build
- Polish up the readme a bit, add badges (e.g. docs.rs)
- Copy readme to crate-level doctoring (this is how it is now: https://docs.rs/derive-new)
Adding a travis build is easy, but only really possible by the package maintainer.