Crate postgres_inet

Source
Expand description

Provides CIDR and Inet support for postgres.

Unlike several other names of this pattern, this is not affiliated with or supported by the author of postgres.

Please see the examples/ folder in the crate root for a simple example.

Structs§

MaskedIpAddr
An IP address, if necessary in CIDR notation.

Enums§

MaskedIpAddrParseError
An error which can be returned when parsing a MaskedIpAddr.