docs for util standard, from_json and common modules

This commit is contained in:
debris
2016-02-01 14:58:13 +01:00
parent 4f68ff5beb
commit 6ec672a1a6
4 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
//! Utils common types and macros global reexport.
pub use standard::*;
pub use from_json::*;
pub use error::*;