tomaka / hlua

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

Cleanup the functions_read module #95

Closed tomaka closed 7 years ago

tomaka commented 7 years ago

Add some documentation. Fixes members of newtypes not being pub. Removes some transmute usage. Fixes transmuting an immutable struct into mutable pointer.