diff options
Diffstat (limited to 'finito-postgres/src')
-rw-r--r-- | finito-postgres/src/lib.rs | 2 |
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; |