tomaka / hlua

Rust library to interface with Lua
MIT License
507 stars 48 forks source link

Parse strings entirely, without stopping at null bytes #173

Closed linkmauve closed 6 years ago

linkmauve commented 6 years ago

This was preventing binary strings from being passed correctly from Lua to Rust.

Fixes #156.

tomaka commented 6 years ago

Thanks