pub type CWebBundle<'a> = LiteMap<&'a str, CWebFile<'a>, &'a [(&'a str, CWebFile<'a>)]>;
Map of paths to files.
pub struct CWebBundle<'a> { /* private fields */ }