/uri

An RFC 3986 validating parser. As efficient as I can make it

Primary LanguageRust

uri

Crates.io badge

An RFC 3986 validating parser. As efficient as I can make it

no_std support

By disabling the default std feature, this crate will behave normally in a no_std context:

[dependencies]
uri = { version = "1", default-features = false }