mvw/README.md
Ward Wouts 4798115af2
Some checks failed
CI / cargo test (push) Has been cancelled
tuning
2025-05-28 09:10:00 +02:00

8 lines
186 B
Markdown

# mvw
`mvw` is a reimplementation of my old `mvwrap` Perl script. The goal is to be much faster and not need Perl anymore.
Building can be done with:
```bash
cargo build --release
```