Crate rpgcpf

Source
Expand description

rpgcpf is a rust library and command line tool for compressing and decompressing godot compressed packed format (GCPF) files.

Based on work by PandorasFox https://gist.github.com/PandorasFox/0b771e0bc64dfeb2e212437ff1a26b93

Re-exports§

pub use crate::error::*;
pub use crate::gcpf::*;

Modules§

compression_mode
Types and methods for working with [Gcpf] compression modes
compressor
Generic compression interface, and implementations for GCPF [CompressionMode]s
decompressor
Generic decompression interface, and implementations for GCPF [CompressionMode]s
error
Errors that occur when working with [Gcpf]
gcpf
Types and functions for compressing and decompressing Godot’s GCPF files