pub fn value_offset(line: &str) -> usizeExpand description
For a frontmatter line, the byte offset where the checkable value portion
starts. Returns usize::MAX if the entire line should be skipped
(frontmatter delimiters, key-only lines, YAML comments, flow constructs).