Skip to main content

Module parser

Module parser 

Source
Expand description

DTCS document parsers.

Structs§

ParseResult
Result of parsing a DTCS document.

Enums§

DocumentFormat
Supported DTCS document serialization formats.

Constants§

MAX_DOCUMENT_BYTES
Maximum DTCS document size accepted by the parser (16 MiB).

Functions§

parse
Parse a DTCS document from bytes.
parse_file
Parse a DTCS document from a file path.
parse_json
Parse a DTCS document from JSON.
parse_yaml
Parse a DTCS document from YAML.