doko 0.1.0

Run methods from submodules by name
Documentation
1
2
3
4
pub fn run() -> u32 {
    println!("first");
    1
}