[][src]Crate gma

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
GMABuilder
GMAFile

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 Definitions

Result