Temporary fork of sqlx-postgres with unreleased fixes. PostgreSQL driver implementation for SQLx. Not for direct use; see the `sqlx` crate for details.
// Prefer `ipnetwork` over `ipnet` because it was implemented first (want to avoid breaking change).
#[cfg(not(feature ="ipnetwork"))]modipaddr;// Parent module is named after the `ipnet` crate, this is named after the `IpNet` type.
#[allow(clippy::module_inception)]modipnet;