[add] initial commit

This commit is contained in:
2020-08-15 10:31:05 -05:00
commit 29f8b6692e
12 changed files with 1415 additions and 0 deletions

4
src/lib/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
#[macro_use]
pub mod macros;
pub mod nerror;
pub mod utils;