pub fn find_includes(lua: &str) -> impl Iterator<Item = String>Expand description
Return each path from the the Pico-8 “#include path.p8” statements.
This function is not strictly necessary if one can read the includes synchronously using patch_includes or try_patch_includes. However, in an asynchronous IO context, it is often necessary to read in the contents before patching the includes.