Struct chariot_drs::DrsFile [] [src]

pub struct DrsFile {
    pub header: DrsHeader,
    pub tables: Vec<DrsLogicalTable>,
}

Fields

Methods

impl DrsFile
[src]

DRS archives are partitioned into tables by file type. This method will attempt to find a table of the requested type, and return None if it doesn't exist.

Loads a DRS archive from the file system.