Slice Rc
This crate provides a variation of reference-counted pointer that allows sub-slices to also contribute to the reference counter. A basic example of that different:
use Src;
See the documentation at [https://docs.rs/slice-rc/] for more elaborate examples.