Expand description
A URI which supports IPv4, IPv6, domain names, and segmented Path
s.
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 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§
- A network address
- An IP address, either IPv4 or IPv6.
- The protocol portion of a
Link
(e.g. “http”)
Functions§
Type Aliases§
- A segment of a
Path
- A port number