lua-latest-sys 0.0.2

Unsafe bindings to latest Lua's C API (5.4.4)
Documentation
  • Coverage
  • 0%
    0 out of 808 items documented0 out of 53 items with examples
  • Size
  • Source code size: 1.41 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 9.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 16s Average build duration of successful builds.
  • all releases: 16s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Jakobzs/lua-latest-sys
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Jakobzs

lua-latest-sys

Unsafe Rust bindings for the latest Lua version (5.4.4).

Motivation

Lua is not a very backwards compatible friendly language[1][2].

The goal of this repository is to support the latest and only the latest version of the Lua language.

Example

Add the following line to your Cargo.toml file.

lua-latest-sys = "0.0.2"

Now you can utilize lua-latest-sys in your crate. For usage of this crate, please refer to the examples.

Creating the bindings

The bindings are generated with bindgen using the following command.

bindgen lua.hpp -o bindings.rs --no-layout-tests --size_t-is-usize --default-macro-constant-type signed