mvw/README.md

9 lines
186 B
Markdown
Raw Permalink Normal View History

2024-11-20 13:34:56 +01:00
# 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:
2025-05-28 09:10:00 +02:00
```bash
cargo build --release
2024-11-20 13:34:56 +01:00
```