pupper 0.1.0

A PS3 PUP utility
Documentation

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