rust-covfix 0.2.1

Fix Rust coverage data based on source code
Documentation
1
2
3
pub fn hello_rust() {
    println!("Hello, Rust!");
}