Skip to main content

Module string

Module string 

Source
Expand description

LuaString — Lua’s byte-string (NOT UTF-8). PORT_STRATEGY §3.3.

Phase A-C: a simple Rc<[u8]>-backed struct with a short/long flag. Phase D may revisit for interning + content-hash equality.

Structs§

LuaString