pub type SharedString = Arc<str>;
Shared string that avoids cloning for read-only access
pub struct SharedString { /* private fields */ }