Skip to content

cboseck/postgres-inet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Cidr and Inet support for rust-postgres

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%