Skip to main content

Crate valve_pak

Crate valve_pak 

Source
Expand description

VPK (Valve Pak) file format library

This library provides functionality to read, write, and manipulate VPK files used by Valve’s Source engine games.

Re-exports§

pub use file::VPKFile;
pub use vpk::VPK;

Modules§

file
utils
vpk

Functions§

from_directory
Creates a new VPK from a directory
open
Opens an existing VPK file for reading