//! Line-oriented Ktav parser. See [`crate::parse`] for the public entry point.
pub
pub
pub
pub
pub use ;
/// Byte length of the byte-order mark (U+FEFF) to skip at the very
/// start of a document: 3 (its UTF-8 encoding `EF BB BF`) when the
/// text begins with it, 0 otherwise. Spec § 3.1: a parser-conforming
/// implementation MUST skip exactly one leading U+FEFF before any
/// other byte is examined; a U+FEFF anywhere else is ordinary
/// content (§ 3.3 does not classify it as whitespace).
pub