Skip to main content

build_world_from_path

Function build_world_from_path 

Source
pub fn build_world_from_path(world_path: &str) -> Result<World>
Expand description

Read a world.jsonl file from disk and run the full in-memory pipeline on it, returning a ready-to-run World. The interpreted run (in the CLI crate) loads its world through here; it is the file-backed counterpart of prepare

  • world_from_loaded.