You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Rust's str/String can only contain the Unicode scalar values, but in some DSLs, they support any Unicode code point. By integrating with bstr::BStr, users can handle those DSLs instead of using Vec<u8>.