Skip to content
Commit 2b90f7d0 authored by Gav Wood's avatar Gav Wood
Browse files

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)
parent d7fe9224
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment