#postgresql #networking #sql #ip-address

postgres-inet

CIDR/INET support for rust-postgres

12 releases

Uses old Rust 2015

0.19.0 Nov 28, 2021
0.17.0 Mar 1, 2020
0.15.4 Jun 19, 2019
0.15.3 Feb 16, 2019
0.1.0 Mar 31, 2017

#1118 in Database interfaces

Download history 314/week @ 2023-12-15 270/week @ 2023-12-22 36/week @ 2023-12-29 39/week @ 2024-01-05 61/week @ 2024-01-12 51/week @ 2024-01-19 50/week @ 2024-01-26 38/week @ 2024-02-02 12/week @ 2024-02-09 16/week @ 2024-02-16 44/week @ 2024-02-23 60/week @ 2024-03-01 110/week @ 2024-03-08 102/week @ 2024-03-15 68/week @ 2024-03-22 146/week @ 2024-03-29

432 downloads per month

Apache-2.0

35KB
800 lines

postgres-inet

Build Status Docs.rs Crates.io License

Provides cidr and inet support for rust's postgres.

This crate is not affiliated with or supported by the author of postgres.

Installation

Add the following to your Cargo.toml:

[dependencies]
postgres = "0.15"
postgres-inet = "0.15"

This crate will have the same major and minor version numbers as the supported version of postgres. The patch version number will be incremented by one for each release within that version. Unless required by an upstream change, this crate's API is guaranteed stable.

Usage

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

Dependencies

~4.5MB
~164K SLoC