Expand description
A library for parsing URLs.
No current other crate with support for i.e. special schemes. The reasoning (i.e. in rust-url) is that schemes need to be part of the whatwg standard to be supported.
url-parse
provides some missing schemes (sftp
, ssh
, s3
) and enables the user to specify custom schemes before parsing.