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 fdeba6d commit 824e2d1Copy full SHA for 824e2d1
README.md
@@ -1,2 +1,4 @@
1
r2d2-postgres
2
=============
3
+
4
+Documentation is available at https://sfackler.github.io/doc/r2d2_postgres
src/lib.rs
@@ -1,3 +1,4 @@
+#![doc(html_root_url="https://sfackler.github.io/doc")]
extern crate r2d2;
extern crate postgres;
0 commit comments