pub type SharedString = SharedGenString<Rc<Box<[u8]>>>;
Use SharedString if you only need this type in one thread
SharedString
pub struct SharedString { /* private fields */ }