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§
- Null
Wide String - A null-terminated 16-bit string.
- NxChar
Info - 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.
- Uuid
Ver4 - 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.