c2rust-refactor 0.15.0

C2Rust refactoring tool implementation
1
2
3
4
5
refactor:transform(
    function(transform_ctx)
        return transform_ctx:visit_fn_like({})
    end
)