c2rust-refactor 0.10.1

C2Rust refactoring tool implementation
Documentation
1
2
3
4
5
let mut __i = __low;
while __i < __high {
    __body;
    __i += 1;
}