1 2 3 4
//! Dynamic boundary parsers: mixed JSON and CSV into `Vec<Element>` (RFC-011 ยง11). pub(crate) mod csv; pub(crate) mod json;