Skip to main content

add_zpatch

Function add_zpatch 

Source
pub fn add_zpatch(lua: &Lua, quiet: bool) -> Result<(), Error>
Expand description

Adds the zpatch function to the Lua environment for applying patches.

ยงErrors

Returns an error if the zpatch function cannot be registered in the Lua globals.