pub fn is_binary_chunk(bytes: &[u8]) -> bool
True when bytes is a binary chunk (luna or PUC) — only the escape byte is needed to disambiguate from source. Matches PUC’s lua_load-side “starts with \x1b?” check.
bytes
lua_load
\x1b