//! module document
//! root as the library crate named learn_rust.
//! this can be imported from any other crate.
//! learn_rust (as binary crate) can also import this (as library crate).
pub
/// api document
// lib.rs itself is a top level module, that is the crate root module.
// the namespace is `crate`