obelix 0.2.0

Obélix is a tool to reduce Rust source files to produce MVEs
Documentation
1
2
3
4
5
6
7
fn main() {
    foo(42)
}

fn foo(param: i32) -> i32 {
    param
}