zharf / pbo-rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PBO

A simple crate for reading and writing PBO files.

A lot of the original code is from KoffeinFlummia/armake2

Notes

pbo-rs converts all instances of / in filenames to \\ on read. \\ is the standard for Arma 3. Writing PBOs with / seperators is not supported.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GNU v3.0

About

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%