Better docs

This commit is contained in:
Greg Fitzgerald 2018-03-20 15:52:46 -06:00
parent 6be3d62d89
commit 7c7e3931a0
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
//! The `plan` crate provides functionality for creating spending plans.
//! A domain-specific language for payment plans. Users create Plan objects that
//! are given to an interpreter. The interpreter listens for `Witness` events,
//! which it uses to reduce the payment plan. When the plan is reduced to a
//! `Payment`, the payment is executed.
use signature::PublicKey;
use chrono::prelude::*;