Files
Oeufman/README.md
2025-07-05 12:24:21 +02:00

16 lines
350 B
Markdown

# Œufman
## Run
Install Rust Cargo
```
cargo run
```
## How to use
```
# Use "--" before argument if you run the project with cargo run
--compress , -c <intput> [<output>] To compress a file.
--uncompress, -u <intput> [<output>] To uncompress a file.
--print , -p <input> To print a file compressed.
```