about summary refs log tree commit diff
path: root/finito-postgres/src/lib.rs
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2018-09-26T16·04+0200
committerVincent Ambo <mail@tazj.in>2018-09-26T16·04+0200
commitfe97c712cc64582cdd33dda8845820e479f83a39 (patch)
treef6b30d8fcee68f7c7c58469999d2bf33bfe82bdf /finito-postgres/src/lib.rs
parent965574913e835e746b8e71b62eb76898a6686ded (diff)
docs: Add rustdoc header lines as expected by the format
These are rendered in the rustdoc crate overview sidebar.
Diffstat (limited to 'finito-postgres/src/lib.rs')
-rw-r--r--finito-postgres/src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/finito-postgres/src/lib.rs b/finito-postgres/src/lib.rs
index 152592405534..b7a0c4540f74 100644
--- a/finito-postgres/src/lib.rs
+++ b/finito-postgres/src/lib.rs
@@ -1,3 +1,5 @@
+//! PostgreSQL-backed persistence for Finito state machines
+//!
 //! This module implements ... TODO when I can write again.
 
 #[macro_use] extern crate postgres;