chio-fiscal 0.1.2

Chio governed fiscal charter and schedule contracts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![forbid(unsafe_code)]

pub mod fee_schedule;
mod fiscal;
mod lifecycle;

pub use fiscal::*;
pub use lifecycle::*;

#[cfg(test)]
mod tests;

#[cfg(test)]
mod lifecycle_tests;