rustabi 6.1.0

Easy to use conversion of sophon contract calls to bytecode.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Function and event param types.

mod deserialize;
mod param_type;
mod reader;
mod writer;

pub use self::param_type::ParamType;
pub use self::writer::Writer;
pub use self::reader::Reader;