c2rust-refactor 0.15.0

C2Rust refactoring tool implementation
1
2
3
fn main() {
    let x = (println!("1 + 1 = {}", 1_u8.wrapping_add(1)));
}