Skip to main content

markdown_it_rs_url/
lib.rs

1mod authority;
2mod display;
3mod elide;
4mod host;
5mod normalize;
6mod parse;
7mod percent;
8pub mod urlencode;
9
10pub use display::format_url_for_humans;
11pub use normalize::format_url_for_computers;
12pub use urlencode::{AsciiSet, ENCODE_DEFAULT_CHARS, encode};