docs: Add rustdoc header lines as expected by the format
These are rendered in the rustdoc crate overview sidebar.
This commit is contained in:
parent
965574913e
commit
fe97c712cc
3 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue