Expand description
§qpak-lib
Unoffical Quake PAK archive inspecton and modification library
Provides an sync/async library for accessing and manipulating files in the PAK file format.
§Usage
Create a PakManifest using one of its constructors and then use it to iterator through or write the contents of a PakFile.
IO functions have both sync and async implementations. Sync functions are suffixed as such.
Re-exports§
pub use crate::pak::PakFile;pub use crate::pak::PakManifest;pub use crate::error::Error;pub use crate::error::Result;