Top 7 Rust luau Projects
-
{ stdenv , lib , fetchzip , autoPatchelfHook }: stdenv.mkDerivation rec { pname = "qsv"; version = "0.132.0"; src = fetchzip { url = "https://github.com/jqnatividad/qsv/releases/download/${version}/qsv-${version}-x86_64-unknown-linux-gnu.zip"; hash = "sha256-yko+wTSGxOZWU1cJS17sPYPQeBcfyeiwQUu6dPhpL1s="; stripRoot = false; }; nativeBuildInputs = [ autoPatchelfHook stdenv.cc.cc.lib ]; buildInputs = [ ]; sourceRoot = "."; installPhase = '' runHook preInstall install -m755 -D source/qsvp $out/bin/qsv runHook postInstall ''; meta = with lib; { homepage = "https://github.com/jqnatividad/qsv"; description = "CSVs sliced, diced & analyzed."; platforms = platforms.linux; }; }
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
mlua
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support (by mlua-rs)
Project mention: LuaX – Lua interpreter, REPL and useful packages | news.ycombinator.com | 2024-05-26If you want it to interact well with a couple of really popular languages there's this:
https://github.com/mlua-rs/mlua
Rust and through Deno, JavaScirpt.
-
-
Project mention: Lune: A standalone asynchronous, Luau runtime built with Rust | news.ycombinator.com | 2023-11-07
-
luac-parser-rs
lua bytecode parser written in Rust using nom, part of metaworm's lua decompiler, support lua51/lua52/lua53/lua54/luajit/luau https://luadec.metaworm.site/
-
Project mention: Wasynth: WebAssembly to Lua translation library and tool | news.ycombinator.com | 2023-11-09
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Rust luau discussion
Rust luau related posts
Index
What are some of the best open-source luau projects in Rust? This list will help you:
Project | Stars | |
---|---|---|
1 | qsv | 2,423 |
2 | mlua | 1,554 |
3 | StyLua | 1,526 |
4 | lune | 342 |
5 | luac-parser-rs | 190 |
6 | Wasynth | 130 |
7 | script-bench-rs | 36 |