Strongly typed implementations of various rust idioms in Luau.
Find a file
Erica Marigold edcef2015f
feat: roblox event polyfills
* RobloxEvent as a wrapper around BindableEvents providing the same API
  type as LuauSignal
* Future.poll now returns a Result instead of a force unwrap
2024-05-25 08:05:35 +05:30
.github/workflows chore(actions/docs): give up on pnpm 2024-04-26 12:11:17 +05:30
.moonwave docs(moonwave): include customized moonwave configs 2024-04-16 16:11:23 +05:30
.vscode feat: initial Result and barebones Option implementation 2024-04-01 11:37:43 +05:30
examples chore(examples): include initial result example 2024-04-02 17:41:15 +05:30
lib feat: roblox event polyfills 2024-05-25 08:05:35 +05:30
rbx feat: roblox event polyfills 2024-05-25 08:05:35 +05:30
.darklua.json5 feat: roblox event polyfills 2024-05-25 08:05:35 +05:30
.gitattributes chore(gitattributes): move gitattributes to repository root 2024-04-01 16:03:06 +05:30
.gitignore feat: roblox event polyfills 2024-05-25 08:05:35 +05:30
aftman.toml chore(actions) + refactor(lint): include linting in workflow 2024-04-26 11:30:49 +05:30
CHANGELOG.md chore(pkg): rusty-luau v0.1.0 2024-04-02 17:38:48 +05:30
default.project.json chore: initial rojo + roblox bundling support 2024-05-24 23:30:49 +05:30
deps.luau chore: initial rojo + roblox bundling support 2024-05-24 23:30:49 +05:30
dev.project.json chore: initial rojo + roblox bundling support 2024-05-24 23:30:49 +05:30
LICENSE.md chore: include AGPL license 2024-04-02 17:29:30 +05:30
moonwave.toml docs(moonwave): include customized moonwave configs 2024-04-16 16:11:23 +05:30
README.md chore(README): replace license link with absolute github link 2024-04-27 13:35:58 +05:30
rusty-luau.luau chore: initial rojo + roblox bundling support 2024-05-24 23:30:49 +05:30
selene.toml chore(actions) + refactor(lint): include linting in workflow 2024-04-26 11:30:49 +05:30
sourcemap.json chore: initial rojo + roblox bundling support 2024-05-24 23:30:49 +05:30
wally.lock feat: include initial Future impl 2024-04-14 18:57:48 +05:30
wally.toml chore(pkg): expand list of excludes in manifest 2024-04-15 21:33:48 +05:30

wally AGPL-3.0 licensed docs CI

read the docs

strongly typed implementations of various rust idioms in luau.

currently, the following implementations are available: