Skip to main content

str_dump

Function str_dump 

Source
pub fn str_dump(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

string.dump(function [, strip]) — serialize a function as binary chunk.

C: static int str_dump(lua_State *L) Uses lua_dump internally; the writer callback builds a buffer.