Function rustdoc::markdown::extract_leading_metadata
source · fn extract_leading_metadata(s: &str) -> (Vec<&str>, &str)
Expand description
Separate any lines at the start of the file that begin with #
or %
.