Function rustdoc::markdown::extract_leading_metadata [−][src]
fn extract_leading_metadata<'a>(s: &'a str) -> (Vec<&'a str>, &'a str)
Separate any lines at the start of the file that begin with #
or %
.