| Crates.io | vpk |
| lib.rs | vpk |
| version | 0.3.0 |
| created_at | 2018-07-30 10:42:45.612243+00 |
| updated_at | 2025-03-04 18:31:09.925614+00 |
| description | Valve Pak format parser for Rust |
| homepage | |
| repository | https://github.com/roman901/vpk-rs |
| max_upload_size | |
| id | 76596 |
| size | 38,712 |
ValvePak format parser for Rust
This library limited to parse CS:GO VPK files for now. This means what VPKs with file_data_section_size not equals 0 is not supported for now.
cargo run --example list <path to bundle_dir.vpk> - list content of specified bundle filecargo run --example extract <path to bundle_dir.vpk> <path to resutling dir> - extracts content of specified bundle file