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 |
#1178 in Database interfaces
251 downloads per month
35KB
800 lines
postgres-inet
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
~3.5MB
~78K SLoC