//! RapidRecast Definition Language is the custom language used to configure RapidRecast.
use Logos;
/// The Lexer Tokens available for the RapidRecast Definition Language.
/// Parse RapidRecast Definition Language into a list of LexerTokens.