Skip to content

Releases: khonsulabs/lockedbox

v0.1.2: Added LockedBox::try_new

14 Jul 16:43
61ad0e3
Compare
Choose a tag to compare

Added

  • LockedBox::try_new returns None if the allocation is too large or
    an out of memory error.

v0.1.1

14 Jul 16:42
35f0571
Compare
Choose a tag to compare

Added

  • LockedBox<T> now implements Send, Sync, and/or UnwindSafe if T
    implements the respective traits.

v0.1.0

12 Sep 18:00
7a42ae2
Compare
Choose a tag to compare

Initial release.