tomaka / hlua

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

Open custom sections of the standard library #122

Closed lord closed 7 years ago

lord commented 7 years ago

Thanks for the incredible library! Small feature possibility: there's already openlibs() that calls luaL_openlibs and unlocks the entire standard library. However, it'd be nice to have luaopen_base, luaopen_package, etc to unlock the various subsections, and as far as I've found, these aren't accessible from Rust yet.