Example
use UnsafeRef;
no-std and cow
UnsafeRef supports no-std::no-alloc.
On alloc feature ( default ), unsaferef additionally provides UnsafeCow, an unsafe Clone-on-Write container without explicit lifetime.
License
unsaferef is licensed under MIT LICENSE ( LICENSE or https://opensource.org/licenses/MIT ).