rust-ctor
rust-ctor copied to clipboard
1.0 release plan
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
ctorto specify custom link section
This should be enough to call the library "done", modulo some extra platform support.