-
pending
(0.4?,1.0?)- Added
Cow
fromMaybeOwned
implementation - Removed deprecated method (
to_mut
) - Extended impl. of
PartialOrd
to allow other right hand side types. - Feature gates transitive ops implementations (and marked them as unstable).
- Transitive ops implementations now return a
MaybeOwend
/MaybeOwnedMut
as 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 forMaybeOwnedMut
and more clear in it's functionality. - Added a
as_mut()
method toMaybeOwned
which return aOption<&mut T>
- Added missing
BorrowMut
implementation forMaybeOwnedMut
- Added
-
v0.3.3
:- added
MaybeOwnedMut
- added
-
v0.3.2
:- added transitive
std::ops
implementations
- added transitive
-
v0.3.1
:- added
serde
support
- added