Crate os_str_generic [] [src]

Structs

OsStrElement

A single "element" of an OsStr. On windows, this corresponds to a u16. On unix-like systems, it corresponds to a u8

OsStrElements

Iterator over the elements of a &OsStr

Traits

OsStrGenericExt

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