normalize-url-rs
normalize-url-rs is a port of Node.js normalize-url package for the Rust programming language.
Documentation: https://docs.rs/normalize-url-rs
Sample usage
use ;
let options = default.build.unwrap;
let result = normalize_url;
assert_eq!
Known differences vs original Node.js library
- Custom protocols are not supported
- Data URLs are not supported