Crate vee_parse

Source
Expand description

Very simple library for parsing Char data. Currently only supports the Nx Char format. In the future, multiple formats will be supported and a trait will allow for being generic over formats.

Structs§

NullWideString
A null-terminated 16-bit string.
NxCharInfo
Bindings to the .charinfo format. This format is not used in transmission, so is not packed like other formats (e.g. Cafe, Revolution)
NxColor
Wrapper for nn::mii color index.
UuidVer4
Simple UuidV4. No logic provided as create info is not useful for anything… yet.

Traits§

BinRead
The BinRead trait reads data from streams and converts it into objects.

Attribute Macros§

binrw

Derive Macros§

BinRead