Crate lrk

Source
Expand description

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).

Modules§

add
math
this is same as src/math/mod.rs either src/math/mod.rs or src/math.rs is allowed. see also src/language/mod.rs
mod_in_lib_direct
api document
reexport