Crate cbork_cddl_parser

source ·
Expand description

A parser for CDDL, utilized for parsing in accordance with RFC 8610.

Modules§

Structs§

  • Represents an error that may occur during CDDL parsing.

Enums§

  • Abstract Syntax Tree (AST) representing parsed CDDL syntax.
  • Represents different types of errors related to different types of extension.
  • Represents different parser extensions for handling CDDL specifications.

Constants§

Traits§

  • A trait with a single method that parses strings.

Functions§

  • Parses and checks semantically a CDDL input string.