Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Rust only provides short reexports for a stable set of a few dozen items, rather than the "entire universe" of `using namespace std`. The only types that have a default reexport are `Option`, `Result`, `Box`, `String` and `Vec`.


To be even more specific, http://doc.rust-lang.org/std/prelude/




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: