SYMBOL INDEX (20 symbols across 3 files) FILE: src/link.rs function rewrite_relative_url (line 5) | pub fn rewrite_relative_url(node: &NodeRef, base: &Url) { function detect_base (line 30) | pub fn detect_base(document: &NodeRef) -> Option { function make_doc (line 93) | fn make_doc(html: &mut String) -> NodeRef { function serialize_doc (line 100) | fn serialize_doc(doc: &NodeRef) -> String { FILE: src/main.rs type Config (line 21) | struct Config { method from_args (line 35) | fn from_args(matches: ArgMatches) -> Option { method default (line 67) | fn default() -> Self { function select_attributes (line 83) | fn select_attributes(node: &NodeRef, attributes: &[String], output: &mut... function serialize_text (line 95) | fn serialize_text(node: &NodeRef, ignore_whitespace: bool) -> String { function get_config (line 112) | fn get_config<'a, 'b>() -> App<'a, 'b> { function main (line 189) | fn main() -> Result<(), Box> { FILE: src/pretty_print.rs function is_inline (line 28) | fn is_inline(name: &str) -> bool { type PrettyPrint (line 32) | struct PrettyPrint { method start_elem (line 39) | fn start_elem<'a, AttrIter>(&mut self, name: QualName, attrs: AttrIter) ... method end_elem (line 55) | fn end_elem(&mut self, name: QualName) -> io::Result<()> { method write_text (line 69) | fn write_text(&mut self, text: &str) -> io::Result<()> { method write_comment (line 83) | fn write_comment(&mut self, text: &str) -> io::Result<()> { method write_doctype (line 87) | fn write_doctype(&mut self, name: &str) -> io::Result<()> { method write_processing_instruction (line 91) | fn write_processing_instruction(&mut self, target: &str, data: &str) -> ... function pretty_print (line 96) | pub fn pretty_print(node: &NodeRef) -> String {