Crates.io | pupper |
lib.rs | pupper |
version | |
source | src |
created_at | 2021-06-09 18:52:13.230762 |
updated_at | 2021-06-09 18:52:13.230762 |
description | A PS3 PUP utility |
homepage | |
repository | https://github.com/wxb1ank/pupper |
max_upload_size | |
id | 408281 |
Cargo.toml error: | TOML parse error at line 19, column 10 | 19 | readme = true | ^^^^ invalid type: boolean `true`, expected a string |
size | 0 |
A Sony PlayStation 3 PUP (PlayStation Update Package) implementation.
The PS3 receives software updates in a file format called 'PUP'. These packages are essentially 'flat' file systems: they contain individual files, or 'segments', but lack any hierarchical structure.
This crate facilitates the creation and (de)serialization of PUPs.