We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a476b90 commit bc123dcCopy full SHA for bc123dc
README.md
@@ -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
@@ -1,5 +1,6 @@
//! Multi-dimensional arrays with per-dimension specifiable lower bounds
#![feature(slicing_syntax, globs, macro_rules)]
+#![doc(html_root_url="https://sfackler.github.io/doc")]
5
extern crate postgres;
6
extern crate time;
0 commit comments