derive-new icon indicating copy to clipboard operation
derive-new copied to clipboard

1.0 release

Open nrc opened this issue 8 years ago • 2 comments

  • [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)

nrc avatar Oct 21 '16 08:10 nrc

  • 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)

aldanor avatar Mar 12 '17 21:03 aldanor

Adding a travis build is easy, but only really possible by the package maintainer.

richard-uk1 avatar Aug 06 '17 17:08 richard-uk1