Module futhorc::url

source · []
Expand description

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

A newtype for URL strings, analogous to str.

A newtype for URL strings, analogous to String.