pub fn manifest_name() -> Symbol
Returns the manifest name under which this surface pack installs (lisp:core).
lisp:core
use sim_kernel::Symbol; assert_eq!(sim_lib_core::manifest_name(), Symbol::qualified("lisp", "core"));