split_help

Function split_help 

Source
pub fn split_help(help: &str) -> (String, Option<String>)
Expand description

Utility function for dealing with doc comment metadata. Look for two successive line breaks; if they are present they denote the break between the short first-logical-line and a longer descriptive exposition. Returns that first logical line and the optional exposition.