rust-ctor icon indicating copy to clipboard operation
rust-ctor copied to clipboard

1.0 release plan

Open mmastrac opened this issue 4 years ago • 0 comments

This is a tracking bug to cover everything we need to do for a 1.0 release:

  • [ ] #327: doc updates
  • [ ] #159: make ctor/dtor unsafe, always
  • [x] #161: Construction of globals punted to a 3rd-party library
  • [x] #124: Remove the dep on syn
  • [x] #321: Allow ctor to specify custom link section

This should be enough to call the library "done", modulo some extra platform support.

mmastrac avatar Sep 01 '21 21:09 mmastrac