Skip to main content

Module string

Module string 

Source
Expand description

Lua string handling.

This module provides types for working with Lua strings from Rust.

Structsยง

BorrowedBytes
A borrowed byte slice (&[u8]) that holds a strong reference to the Lua state.
BorrowedStr
A borrowed string (&str) that holds a strong reference to the Lua state.
LuaString
Handle to an internal Lua string.