1
2
3
4
5
6
//! Crate for common times shared between the `ethcontract` runtime crate as and
//! the `ethcontract-derive` crate.

pub mod errors;
mod str;
pub mod truffle;