sourcepak 0.3.0

A library for reading and writing Source engine package files.
Documentation
1
2
3
4
5
6
//! Support for various VPK formats with traits to allow for extension.

#[cfg(feature = "revpk")]
pub mod revpk;
pub mod v1;
pub mod v2;