Releases: khonsulabs/lockedbox
Releases · khonsulabs/lockedbox
v0.1.2: Added LockedBox::try_new
Added
LockedBox::try_new
returns None
if the allocation is too large or
an out of memory error.
v0.1.1
Added
LockedBox<T>
now implements Send
, Sync
, and/or UnwindSafe
if T
implements the respective traits.