Skip to content

1.0.2

Compare
Choose a tag to compare
@denisandroid denisandroid released this 23 Jul 19:08
· 10 commits to master since this release
  1. Updated version (1.0.1->1.0.2)
  2. Fixed flag needed for doc.rs
  3. Now the constructor in ManuallyDrop is always constant
  4. Updated tests
  5. It was decided to declare functions in UnsafeManuallyDrop as constant functions that do not work in unsafe mode and are stubs for SafeAPI compatibility.
  6. Added additional documentation.