I was looking for a copy-on-write reference counted pointer. I started by reading the documentation for cow, which is almost what I want but not reference counted. When it didn't do everything I wanted (reference counting), I went looking on cargo.
I eventually found out arc, with make_mut, does what I want! But I found it hard to find this out via docs.
(Further, is this the best place to discuss doc suggestions?)