Module pelite::util[][src]

Utilities and other tidbits.

Structs

CStr

Nul-terminated C string.

WideStr

Length word prefixed wide string.

Traits

FromBytes

Converts from a byte slice to a string.

Pod

Defines types which can be safely transmuted from any bit pattern.

Functions

strn

Reads an optionally nul-terminated string from byte buffer.

wstrn

Reads an optionally nul-terminated wide char string from buffer.