Lines Matching refs:RawOsStr
12 //! In most cases, [`RawOsStr`] and [`RawOsString`] should be used.
73 //! For more information, see [`RawOsStr`][memchr complexity].
79 //! - [`RawOsStr`]
90 //! - [`RawOsStr::from_raw_bytes`]
98 //! Provides implementations of [`print_bytes::ToBytes`] for [`RawOsStr`] and
102 //! Provides implementations of [`uniquote::Quote`] for [`RawOsStr`] and
134 //! use os_str_bytes::RawOsStr;
148 //! if !RawOsStr::new(&file).starts_with('-') {
162 //! [memchr complexity]: RawOsStr#complexity
266 pub use raw_str::RawOsStr;
607 use super::RawOsStr;
621 impl Sealed for Cow<'_, RawOsStr> {}