Skip to main content

get_stdlib_source

Function get_stdlib_source 

Source
pub fn get_stdlib_source(module: &str) -> Option<&'static str>
Expand description

Embedded standard library modules.

Each module is a .harn source file compiled into the binary via include_str!. They are only parsed/executed when a script does import "std/<module>".