Skip to main content

manifest_name

Function manifest_name 

Source
pub fn manifest_name() -> Symbol
Expand description

Returns the manifest name under which this surface pack installs (lisp:core).

ยงExamples

use sim_kernel::Symbol;

assert_eq!(sim_lib_core::manifest_name(), Symbol::qualified("lisp", "core"));