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
2015-12-03 12:00:57 +01:00
2015-12-02 21:51:20 +01:00
2015-11-30 01:21:37 +01:00
2015-12-31 12:24:30 +01:00
2015-11-24 20:50:56 +01:00
2015-12-10 01:41:44 +01:00
2015-11-24 20:57:45 +01:00
Languages
Rust 99.7%
Shell 0.2%
Dockerfile 0.1%