Crate arf_strings[][src]

Functions

Convert a byte sequence which is either plain UTF-8 or an ARF encoding into a OsString ready for use in Windows-style APIs.

Convert an &OsStr produced by Windows-style APIs into a Cow<[u8]> which is either plain UTF-8 or an ARF encoding.

Convert an &OsStr produced by Windows-style APIs into a Cow<str> which is either plain UTF-8 or an ARF encoding.

Convert a &str which is either plain UTF-8 or an ARF encoding into a OsString ready for use in Windows-style APIs.