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 df301dd commit ba7628eCopy full SHA for ba7628e
src/lib.rs
@@ -1,5 +1,6 @@
1
//! A crate providing access to the Postgres large object API.
2
#![feature(unsafe_destructor, io, core)]
3
+#![doc(html_root_url="https://sfackler.github.io/rust-postgres-large-object/doc")]
4
5
extern crate postgres;
6
0 commit comments