Crate pathlink

source ·
Expand description

A URI which supports IPv4, IPv6, domain names, and segmented Paths.

Structs§

  • The host component of a Link (e.g. “http://127.0.0.1:8702”)
  • A human-readable ID
  • An IPv4 address.
  • An IPv6 address.
  • A static label which implements Into<Id>.
  • An HTTP Link with an optional Address and PathBuf
  • An error encountered while parsing an Id.
  • A segmented link safe to use with a filesystem or via HTTP.
  • A segmented link buffer safe to use with a filesystem or via HTTP.
  • A constant representing a PathBuf.

Enums§

  • The address of a remove host
  • An IP address, either IPv4 or IPv6.
  • The protocol portion of a Link (e.g. “http”)
  • An owned or borrowed Link or Path which can be parsed as a URL.

Functions§

Type Aliases§