lilyball / rust-lua

Safe Rust bindings to Lua 5.1
MIT License
127 stars 23 forks source link

Extract lua library support into a lua51-sys package #19

Open lilyball opened 9 years ago

lilyball commented 9 years ago

rust-lua should depend on some lua51-sys package that provides the actual library bindings.

LPGhatguy commented 6 years ago

I'm a few years late, but I ended up doing this for an unrelated project of mine: https://crates.io/crates/lua51-sys

If you're still interested (4 years!), I'm sure I messed up a couple things here and there doing this.