Skip to main content

load_http_nu_stdlib

Function load_http_nu_stdlib 

Source
pub fn load_http_nu_stdlib(
    engine_state: &mut EngineState,
) -> Result<(), ErrReport>
Expand description

Load the http-nu standard library into the engine state

This embeds the stdlib modules at compile time and makes them available via the virtual filesystem. Users can import with: use http-nu/router *, use http-nu/html *