oco_ref 0.1.0

A smart pointer for storing immutable values with relatively-cheap cloning. (Like a `Cow` meets an `Rc`!)
Documentation

This module contains the Oco (Owned Clones Once) smart pointer, which is used to store immutable references to values. This is useful for storing, for example, strings.

Imagine this as an alternative to [Cow] with an additional, reference-counted branch.