crlfix 0.1.0

A cross-platform port of dos2unix written in Rust, converts text file line endings from CRLF to LF
1
2
3
fn main() {
    println!("Hello, world!");
}