Skip to main content

shared_str/
rc_str.rs

1use std::rc::Rc;
2
3impl_shared_str!(RcStr, Rc);