Function patch_includes

Source
pub fn patch_includes<'h>(
    lua: impl Into<Cow<'h, str>>,
    resolve: impl FnMut(&str) -> String,
) -> Cow<'h, str>
Expand description

Resolve the Pico-8 “#include path.p8” statements without possible error.