add few mutable methods

This commit is contained in:
NikVolf
2017-04-07 14:04:27 +03:00
parent 5aaab83aed
commit 30ee09837f
6 changed files with 110 additions and 43 deletions

View File

@ -6,4 +6,4 @@ mod code;
mod misc;
pub use self::module::{module, ModuleBuilder};
pub use self::code::function;
pub use self::code::signatures;