rusty-luau/README.md

12 lines
410 B
Markdown
Raw Normal View History

2024-04-26 07:49:41 +01:00
<img align="right" src="https://rusty-luau.devcomp.xyz/logo.png" />
2024-04-26 07:51:54 +01:00
## [read the docs](https://rusty-luau.devcomp.xyz/api/)
2024-04-26 07:49:41 +01:00
strongly typed implementations of various rust idioms in luau.
currently, the following implementations are available:
- [Future](https://rusty-luau.devcomp.xyz/api/Future)
- [Option](https://rusty-luau.devcomp.xyz/api/Option)
- [Result](https://rusty-luau.devcomp.xyz/api/Result)