| Crates.io | mlua-stdlib |
| lib.rs | mlua-stdlib |
| version | 0.1.0 |
| created_at | 2024-02-10 12:46:13.258884+00 |
| updated_at | 2025-09-24 13:06:10.219931+00 |
| description | Standard library bindings for mlua |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1134928 |
| size | 93,765 |
A standard library for mlua, providing common functionality and utilities for Lua scripting in Rust applications.
mlua-stdlib provides a collection of modules that extend Lua with useful functionality:
With the following optional modules:
The following feature flags are passed to mlua, when enabled:
lua51, lua52, lua53, lua54, luau - Lua version selectionsend - Enable Send+Sync supportvendored - Use vendored LuaThe project is still in early stages, the API documentation will be published on docs.rs or in the repository once stabilized.
Check the tests/lua/ directory for comprehensive examples of how to use each module.
This project is licensed under the MIT License - see the LICENSE file for details.