catr/README.md
2023-07-26 17:06:08 -04:00

12 lines
130 B
Markdown

# Rust rewrite of GNU cat
## Dependencies
- `mold` - a high speed linker
- `clang`
## Build
`cargo build`
## Test
`cargo test`