Struct includedir::Files [] [src]

pub struct Files {
    pub files: Map<&'static str, (Compression, &'static [u8])>,
}

Runtime access to the included files

Fields

Do not access this field, it is only public to allow for code generation!

Methods

impl Files
[src]

Returns an iterator over all available file names. Does not decompress any compressed data.