Expand description
Crate for reading and writing gma files, the file format of garrys mod’s addons. This crate currently does not support opening compressed archives.
Structs§
- File
Entry - GMA File Entry
- GMABuilder
- GMA File Builder.
- GMAFile
- GMA File
Enums§
Functions§
- load
- Loads a gma file from a reader
- load_
from_ memory - Loads a gma file from memory
- open
- Opens a file from disk with the given path and tries to read it as a gma archive