markdown-it-rs-url 0.1.0

URL parsing and normalization compatibility layer for markdown-it-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod authority;
mod display;
mod elide;
mod host;
mod normalize;
mod parse;
mod percent;
pub mod urlencode;

pub use display::format_url_for_humans;
pub use normalize::format_url_for_computers;
pub use urlencode::{AsciiSet, ENCODE_DEFAULT_CHARS, encode};