Skip to content

Commit bc123dc

Browse files
committed
Add readme and doc link
1 parent a476b90 commit bc123dc

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# rust-postgres-array
2+
Support for PostgreSQL arrays in [rust-postgres](https://github.com/sfackler/rust-postgres).
3+
4+
Documentation is available at https://sfackler.github.io/doc/postgres_array.

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
//! Multi-dimensional arrays with per-dimension specifiable lower bounds
22
#![feature(slicing_syntax, globs, macro_rules)]
3+
#![doc(html_root_url="https://sfackler.github.io/doc")]
34

45
extern crate postgres;
56
extern crate time;

0 commit comments

Comments
 (0)