[][src]Function cargo_sync_readme::extract_inner_doc

pub fn extract_inner_doc<P>(
    path: P,
    show_hidden_doc: bool,
    crlf: bool
) -> String where
    P: AsRef<Path>, 

Open a file and get its main inner documentation (//!), applying filters if needed.