File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
55description = " Low level Postgres protocol APIs"
66license = " MIT/Apache-2.0"
77repository = " https://github.com/sfackler/rust-postgres-protocol"
8+ documentation = " https://sfackler.github.io/rust-postgres-protocol/doc/v0.1.0/postgres_protocol"
89readme = " README.md"
910
1011[dependencies ]
Original file line number Diff line number Diff line change 11# postgres-protocol
22
3+ [ Documentation] ( https://sfackler.github.io/rust-postgres-protocol/doc/v0.1.0/postgres_protocol )
4+
5+ [ ![ Build Status] ( https://travis-ci.org/sfackler/rust-postgres-protocol.png?branch=master )] ( https://travis-ci.org/sfackler/rust-postgres-protocol ) [ ![ Latest Version] ( https://img.shields.io/crates/v/postgres-protocol.svg )] ( https://crates.io/crates/postgres-protocol )
6+
37Low level Postgres protocol APIs.
48
59## License
Original file line number Diff line number Diff line change 99//!
1010//! This library assumes that the `client_encoding` backend parameter has been
1111//! set to `UTF8`. It will most likely not behave properly if that is not the case.
12+ #![ doc( html_root_url="https://sfackler.github.io/rust-postgres-protocol/doc/v0.1.0" ) ]
1213#![ warn( missing_docs) ]
1314extern crate byteorder;
1415extern crate fallible_iterator;
You can’t perform that action at this time.
0 commit comments