diff options
author | Vincent Ambo <mail@tazj.in> | 2018-09-26T16·04+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-09-26T16·04+0200 |
commit | fe97c712cc64582cdd33dda8845820e479f83a39 (patch) | |
tree | f6b30d8fcee68f7c7c58469999d2bf33bfe82bdf /finito-postgres/src/lib.rs | |
parent | 965574913e835e746b8e71b62eb76898a6686ded (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.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; |