Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Safe Rust bindings to Lua 5.1

License

NotificationsYou must be signed in to change notification settings

lilyball/rust-lua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Copyright 2014 Lily Ballard

Description

This is a set of Rust bindings to Lua 5.1.

The goal is to provide a (relatively) safe interface to Lua that closelymirrors its C API.

The bindings are complete, but largely untested. Every non-unsafe functiondoes its best to enforce safety. Lua 5.1.5 was used as a reference forinternal implementation details that affect safety (e.g. stack space neededfor auxlib functions).

Unfortunately, there are very few tests. It turns out to be complicated toproperly test the Lua C API, and there are very few examples that could beused as tests. Please let me know if there are any bugs.

Installation

make all

To run the tests, use the test make target:

make test

About

Safe Rust bindings to Lua 5.1

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp