shared_str 0.1.1

Shared str types providing more features over Rc<str> / Arc<str>
Documentation
1
2
3
use std::rc::Rc;

impl_shared_str!(RcStr, Rc);