An open API service indexing awesome lists of open source software.

https://github.com/gameltb/rciso

rciso is a port of ciso, which a simple commandline utility to compress PSP iso files.
https://github.com/gameltb/rciso

psp rust

Last synced: about 2 months ago
JSON representation

rciso is a port of ciso, which a simple commandline utility to compress PSP iso files.

Awesome Lists containing this project

README

        

# RCISO

rciso is a port of ciso, which a simple commandline utility to compress PSP iso files.

# build

```shell
cargo build --features build-binary --release
```

# usage

```shell
$ target/release/rciso -h
rciso 0.1.0
Compressed ISO9660 converter rust version

USAGE:
rciso --level

ARGS:
Path of the input file
Path of the output file

OPTIONS:
-h, --help Print help information
-l, --level 1-9 compress ISO to CSO (1=fast/large - 9=small/slow)
0 decompress CSO to ISO
-V, --version Print version information
```