ethereum-types refactor

This commit is contained in:
debris 2017-10-24 16:09:44 +08:00
commit c4e00f8ca1
3 changed files with 1204 additions and 0 deletions

10
Cargo.toml Normal file
View File

@ -0,0 +1,10 @@
[package]
name = "tests"
version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"]
[dependencies]
uint = { path = "../uint" }
ethereum-types = { path ="../ethereum-types", features = ["std", "heapsizeof"] }
crunchy = "0.1.5"
quickcheck = "0.4"

14
src/lib.rs Normal file
View File

@ -0,0 +1,14 @@
extern crate core;
#[macro_use]
extern crate uint;
extern crate ethereum_types;
#[macro_use]
extern crate crunchy;
#[macro_use]
extern crate quickcheck;
//#[macro_use]
//extern crate uint;
//extern crate rustc_hex;
mod uint_tests;

1180
src/uint_tests.rs Normal file

File diff suppressed because it is too large Load Diff