Add modules: error, result

This commit is contained in:
Matthias Beyer 2016-08-28 13:00:23 +02:00
parent 32d463a91d
commit 6e7aa3c4b7

View file

@ -20,5 +20,7 @@ extern crate libimagstore;
#[macro_use]
extern crate libimagerror;
pub mod error;
pub mod result;
pub mod ui;