[][src]Crate arf_strings

Structs

PosixString

A utility for converting from inside-world path-oriented strings, such as file and directory names, into NUL-terminated byte strings that can be passed to POSIX-like APIs. Input strings containing NUL bytes are interpreted as ARF strings.

WasiString

A utility for converting from outside-world POSIX-oriented strings, such as command-line arguments and environment variables, into UTF-8 strings, using the ARF encoding technique to handle unencodable byte sequences.