Rust URI parsing and formation library
Find a file
2015-02-07 17:58:00 +13:00
src Handle encoded URIs with parse_encoded() 2015-02-07 17:58:00 +13:00
.gitignore Initial commit (from cargo new) 2015-02-07 12:48:00 +13:00
Cargo.toml Handle encoded URIs with parse_encoded() 2015-02-07 17:58:00 +13:00
README.md Basic information 2015-02-07 14:58:39 +13:00

rust-uri

This library is for parsing and formation of URIs.

This is experimental. Most people will want to use servo/rust-url (crates.io package "url").