//! The RapidRecast Definition Language is a custom language used to configure RapidRecast.
//! This crate provides a lexer and parser for the language.
//! It also provides the interface to turn JSON, YAML, TOML, and XML into the language.
use crateRapidRecastDefinition;
use Read;
/// The trait defining how a parser behaves.
/// You can also create your own implementations.
/// Save a provided RapidRecast Definition Language AST into a specified output.