Go to file
Gav Wood 2b90f7d03a Introduce use-dependency amalgamation. We now have:
- `use standard;` (bring in a set of standard and external dependencies)
- `use common;` (bring in a low-level subset of this crate; basically anything that itself requires only `use standard;`)

And, from an external create:
- `use ethcore_util::*;` (bring in the entirety of this module and the standard dependencies)
2016-01-09 12:12:36 +01:00
benches Rename Trie to TrieMut in preparation for immutable trie. 2015-12-17 12:43:50 +01:00
json-tests few additional json tests 2015-12-03 12:00:57 +01:00
src Introduce use-dependency amalgamation. We now have: 2016-01-09 12:12:36 +01:00
.gitignore updated gitignore 2015-12-02 21:51:20 +01:00
.travis.yml upgraded travis to beta 2015-11-30 01:21:37 +01:00
Cargo.toml fix rocksdb version 2015-12-31 12:24:30 +01:00
LICENSE Initial commit 2015-11-24 20:50:56 +01:00
Makefile Makefile for cross-compilation 2015-12-10 01:41:44 +01:00
README.md Initial commit. 2015-11-24 20:57:45 +01:00
rustfmt.toml Additional hash traits and methods 2015-11-26 23:24:01 +01:00

ethcore-util