pub trait StringExt { // Required method fn from_utf8_simd(bytes: Vec<u8>) -> Option<String>; }
alloc