refactor pack

This commit is contained in:
NikVolf
2018-02-08 00:49:52 +03:00
parent 81e53080d3
commit 614cdbf131
2 changed files with 22 additions and 9 deletions

View File

@ -6,6 +6,7 @@ extern crate byteorder;
pub static CREATE_SYMBOL: &'static str = "deploy";
pub static CALL_SYMBOL: &'static str = "call";
pub static RET_SYMBOL: &'static str = "ret";
pub mod rules;