1.0.2
- Updated version (1.0.1->1.0.2)
- Fixed flag needed for doc.rs
- Now the constructor in ManuallyDrop is always constant
- Updated tests
- It was decided to declare functions in UnsafeManuallyDrop as constant functions that do not work in unsafe mode and are stubs for SafeAPI compatibility.
- Added additional documentation.