2b90f7d03a607ca1507951c6b9a931bd1f7e8384
- `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)
ethcore-util
Description
Languages
Rust
99.7%
Shell
0.2%
Dockerfile
0.1%