Skip to content

Rust bindings to Lua 5.3

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

Jakobzs/Pollua

 
 

Repository files navigation

Actions Status Pollua

(WIP) rust bindings to Lua 5.3

Building

Using embedded Lua

On Windows and Linux:

cargo build

Using system Lua

on Windows: requires vcpkg

vcpkg install --triplet x64-windows lua
cargo build

Cargo features:

  • system-lua: Attempts to link against the system Lua library instead of the embedded lua lib.
  • lua-compat: Enables compatibilty for Lua versions 5.1 and 5.2.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

Rust bindings to Lua 5.3

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 83.8%
  • Rust 14.4%
  • C++ 1.8%