-
pending(0.4?,1.0?)- Added
CowfromMaybeOwnedimplementation - Removed deprecated method (
to_mut) - Extended impl. of
PartialOrdto allow other right hand side types. - Feature gates transitive ops implementations (and marked them as unstable).
- Transitive ops implementations now return a
MaybeOwend/MaybeOwnedMutas to be more consistent with other API's and allow Things likea + b + c.
- Added
-
v0.3.4:- Added
make_owned()as ato_mut()replacement, but also available forMaybeOwnedMutand more clear in it's functionality. - Added a
as_mut()method toMaybeOwnedwhich return aOption<&mut T> - Added missing
BorrowMutimplementation forMaybeOwnedMut
- Added
-
v0.3.3:- added
MaybeOwnedMut
- added
-
v0.3.2:- added transitive
std::opsimplementations
- added transitive
-
v0.3.1:- added
serdesupport
- added