Skip to content

yggie/embedding-lua-in-Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embedding-lua-in-Rust

A simple proof of concept for embedding a Lua interpreter in Rust

Additional Dependencies

The Lua C library must be available during compilation. You can get the latest version of Lua from lua.org. Alternatively, if you are lazy (like me) and have Homebrew, you can get it with:

brew install lua

License

This software is distributed under the MIT license.

About

A simple proof of concept for embedding a Lua interpreter in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages