# postgres-inet
---
[](https://travis-ci.org/nuew/postgres-inet)
[](https://docs.rs/postgres-init/)
[](https://crates.io/crates/postgres-inet)
[]()
Provides Cidr and Inet support for
[`postgres`](https://crates.io/crates/postgres).
Unlike several other names of this pattern, this is not affiliated
with or supported by the [author](https://github.com/sfackler) of
`postgres`.
## Installation
Add the following to your `Cargo.toml`:
```toml
[dependencies]
postgres-inet = "0.1"
```
## Usage
Please see the `examples/` folder in the crate root for a simple example.