Crate vault [] [src]

vault is a fully-featured Company of Heroes 2 replay parser valid for replays created on or after the release of the British forces (version 19545).

This library contains representations of all replay, map, and player information, including chat and equipped items. Command parsing is also being actively integrated.

Reexports

pub use self::error::Error;
pub use self::replay::Replay;

Modules

error

A module containing error information related to the vault parser.

replay

A module containing a representative state of a Company of Heroes 2 replay file.

Structs

Vault

This type is the main entry point for the vault replay parser and provides the cleanest interface for use by external code.

Functions

print_version

Prints out the current vault version and compatible CoH2 game versions.

Type Definitions

Result

Custom Result wrapper for vault, used to return vault::Error from every result.