Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roman901/vpk-rs
Valve Pak format parser for Rust
https://github.com/roman901/vpk-rs
Last synced: 1 day 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T18:38:14.000Z (11 months ago)
- Last Synced: 2024-08-08T22:18:23.358Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 37.1 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- 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