https://github.com/roman901/vpk-rs
Valve Pak format parser for Rust
https://github.com/roman901/vpk-rs
Last synced: about 1 month ago
JSON representation
Valve Pak format parser for Rust
- Host: GitHub
- URL: https://github.com/roman901/vpk-rs
- Owner: roman901
- License: mit
- Created: 2018-07-22T20:43:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T18:29:46.000Z (3 months ago)
- Last Synced: 2025-03-04T19:30:21.635Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 46.9 KB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tf2-devs - roman901/vpk-rs - rust - parser for `vpk` files (Table of contents / Format parsers)
README
# ValvePak
ValvePak format parser for Rust## Limitations
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.## Examples
* `cargo run --example list ` - list content of specified bundle file
* `cargo run --example extract ` - extracts content of specified bundle file