Function rustc_resolve::rustdoc::parse_links
source ยท fn parse_links<'md>(doc: &'md str) -> Vec<Box<str>>
Expand description
Similiar version of markdown_links
from rustdoc.
This will collect destination links and display text if exists.