chore: include README

This commit is contained in:
Erica Marigold 2024-04-26 12:19:41 +05:30 committed by GitHub
parent 44f79b9cf4
commit 37c348535a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
README.md Normal file
View 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)