Function load
Source pub fn load() -> Result<MagicDb, Error>
Expand description
Loads a MagicDb from the embedded, precompiled database.
This function constructs an owned MagicDb from data embedded
at compile time. No file system access or runtime dependencies
are involved.
Each call returns a new, independent instance.