Crate os_str_generic

Source

Structs§

  • A single “element” of an OsStr. On windows, this corresponds to a u16. On unix-like systems, it corresponds to a u8
  • Iterator over the elements of a &OsStr

Traits§

  • Extentions to OsStr that allow working with them without filling code with #[cfg(...)]