postgres-protocol 0.2.2

Low level Postgres protocol APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "postgres-protocol"
version = "0.2.2"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "Low level Postgres protocol APIs"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/rust-postgres-protocol"
documentation = "https://docs.rs/postgres-protocol/0.2.2/postgres_protocol"
readme = "../README.md"

[dependencies]
byteorder = "1.0"
fallible-iterator = "0.1"
md5 = "0.3"
memchr = "1.0"