It makes it much easier to find what one is looking for. ``` $ RUST_LOG=::help hello-world Crate log map: std::io std::path std::os std::condition std::ptr ``` It's a lot worse for e.g. `RUST_LOG=::help rustc`, since it has a _much_ longer list of modules.