Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roman901/vpk-rs

Valve Pak format parser for Rust
https://github.com/roman901/vpk-rs

Last synced: about 2 months ago
JSON representation

Valve Pak format parser for Rust

Awesome Lists containing this project

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