Module parsing

Source
Expand description

Shared data structures

Structs§

FixedSizeString
Fixed-size string buffer
NWNParseError

Enums§

NWNParseErrorEnum

Traits§

FromStr
Parse a value from a string

Functions§

dbg_dmp_str
deserialize_base64
get_nom_input_linecol
get_nom_input_offset
nom_context_error
nom_parse_context
parse_detect_u8
Parses an integer with a 0b, 0o, 0x or no prefix
parse_detect_u16
Parses an integer with a 0b, 0o, 0x or no prefix
parse_detect_u32
Parses an integer with a 0b, 0o, 0x or no prefix
serialize_base64

Type Aliases§

NWNParseResult