Module futhorc::url[][src]

Defines Url and UrlBuf types which are analogous to the str and String or std::path::Path and std::path::PathBuf pairs. These are effectively newtypes for str and String.

Structs

Url

A newtype for URL strings, analogous to str.

UrlBuf

A newtype for URL strings, analogous to String.