doko 0.1.1

Run methods from submodules by name
Documentation
1
2
3
pub fn cmp(a: u32, b: u32) -> bool {
    a > b
}