Expand description

A library for parsing URLs.

Other crates currently do not provide support for i.e. special schemes.

That’s because they aren’t listed in the whatwg standard.

url-parse provides some missing schemes (sftp, ssh, s3) and enables the user to specify custom schemes before parsing.

Modules