owasm-abi 0.3.0

Rust WebAssembly Contracts Abi
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! WASM ABI Tools

#![warn(missing_docs)]
#![cfg_attr(feature="strict", deny(unused))]

extern crate byteorder;

#[cfg(test)]
#[cfg_attr(all(test), macro_use)]
extern crate hex_literal;

pub mod eth;