Crate laxcow

Source
Expand description

Library provides LaxCow clone-on-write smart pointer with relaxed trait constraints relative to Cow. The main difference being, LaxCow is usable even if the owned type is not equal to the target type of borrow type’s implementation of ToOwned trait.

Crate is totally no_std.

Enums§

LaxCow
Clone-on-write smart pointer with relaxed trait constraints relative to Cow.