Skip to main content

load_embedded_packs

Function load_embedded_packs 

Source
pub fn load_embedded_packs() -> Vec<LibraryPack>
Expand description

Parse every entry in EMBEDDED_PACKS into a LibraryPack.

An embedded pack that fails to parse is skipped (embedded content is shipped and tested, so this should not happen in practice); the returned vector contains only the packs that parsed successfully.