FolderConfig

Type Alias FolderConfig 

Source
pub type FolderConfig = FolderConfig;

Aliased Type§

pub struct FolderConfig {
    pub spa: bool,
    pub compress: bool,
    pub chunk_size: Option<usize>,
    pub index: bool,
    pub not_found: Option<&'static str>,
}

Fields§

§spa: bool§compress: bool§chunk_size: Option<usize>§index: bool§not_found: Option<&'static str>