mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2025-04-04 09:50:54 +01:00
Strongly typed implementations of various rust idioms in Luau.
* Include moonwave doc comments for `Result` * Renamed `Option:getInner` to `Option:unwrapUnchecked` * Updated both `Option.__eq` and `Result.__eq` to support tables * Replaced nil returns in types with unit type * Make unimplemented methods throw an error * Rename `Result.exceptErr` to `Result.expectErr` * Add missing return type in `Result.unwrapOrElse` |
||
---|---|---|
.moonwave | ||
.vscode | ||
examples | ||
lib | ||
.gitattributes | ||
.gitignore | ||
aftman.toml | ||
CHANGELOG.md | ||
LICENSE.md | ||
mod.luau | ||
moonwave.toml | ||
wally.lock | ||
wally.toml |