Add doumentation, make tracing optional and expose at OpenBlock level.

This commit is contained in:
Gav Wood
2016-03-19 12:54:34 +01:00
parent d6f94c4ad7
commit 1bfcbca8af
9 changed files with 169 additions and 99 deletions

View File

@@ -96,6 +96,7 @@ pub mod filter;
pub mod header;
pub mod service;
pub mod log_entry;
pub mod trace;
pub mod spec;
pub mod transaction;
pub mod views;