mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 12:50:40 +00:00
chore: include README
This commit is contained in:
parent
44f79b9cf4
commit
37c348535a
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
<img align="right" src="https://rusty-luau.devcomp.xyz/logo.png" />
|
||||||
|
|
||||||
|
## [read the docs](https://rusty-luau.devcomp.xyz/)
|
||||||
|
|
||||||
|
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)
|
Loading…
Reference in a new issue