An open API service indexing awesome lists of open source software.

https://github.com/misterpemodder/pollua

Rust bindings to Lua 5.3
https://github.com/misterpemodder/pollua

bindings lua no-std rust

Last synced: 6 months ago
JSON representation

Rust bindings to Lua 5.3

Awesome Lists containing this project

README

          

[![Actions Status]][Github-Actions]
Pollua
=========================

**⚠️ This library is no longer maintained, consider using [mlua-sys](https://crates.io/crates/mlua-sys) instead ⚠️**

(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

* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)

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.

[Actions Status]: https://github.com/MisterPeModder/Pollua/workflows/CI/badge.svg
[Github-Actions]: https://github.com/MisterPeModder/Pollua/actions