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
Please register or sign in to comment