Clarifying how std::io::stdin() works

In std::io::stdin "std" is a crate or library, "io" is a module, and "stdin" is an item (in this case, a function)