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.
- Host: GitHub
- URL: https://github.com/gameltb/rciso
- Owner: gameltb
- License: gpl-2.0
- Created: 2022-09-27T16:42:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T14:22:11.000Z (over 1 year ago)
- Last Synced: 2025-01-08T04:34:46.615Z (3 months ago)
- Topics: psp, rust
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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 versionUSAGE:
rciso --levelARGS:
Path of the input file
Path of the output fileOPTIONS:
-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
```