maybe-owned
maybe-owned copied to clipboard
provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`
Results
1
maybe-owned issues
Sort by
recently updated
recently updated
newest added
There are not many reasons to keep this crate artificially at an unstable version so I plan to bump it to 1.0.0 soon. This issue is for discussion any changes...