Crate uri [] [src]

This crate provides the type Uri used to parse a given uri string.

Usage

This crate is on crates.io and can be used by adding uri to your dependencies in your project's Cargo.toml.

[dependencies]
uri = "0.2"

and this to your crate root: extern crate uri;

Structs

Uri

Uri represents the data contained in an uri string.

Enums

ParseError

Error returned by Uri::new if it fails.

Functions

is_uri

Checks if a given string is an URI.