pupper

Crates.iopupper
lib.rspupper
version
sourcesrc
created_at2021-06-09 18:52:13.230762
updated_at2021-06-09 18:52:13.230762
descriptionA PS3 PUP utility
homepage
repositoryhttps://github.com/wxb1ank/pupper
max_upload_size
id408281
Cargo.toml error:TOML parse error at line 19, column 10 | 19 | readme = true | ^^^^ invalid type: boolean `true`, expected a string
size0
(wxb1ank)

documentation

README

pupper

dependency status docs.rs

A Sony PlayStation 3 PUP (PlayStation Update Package) implementation.

Overview

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.

See Also

Commit count: 8

cargo fmt