#![feature(iter_collect_into)] pub mod parser; pub use parser::{ error::SyntaxError, marker::{CompletedMarker, Marker}, Parser, SyntaxElement, };