Crate gma

Source
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§

FileEntry
GMA File Entry
GMABuilder
GMA File Builder.
GMAFile
GMA File

Enums§

AddonTag
AddonType
Error

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

Type Aliases§

Result