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()
}

fn foo() -> i32 {
    loop {}
}