rusty-luau/README.md

27 lines
1.1 KiB
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-27 09:03:47 +01:00
[![wally][wally-image]][wally-link]
[![AGPL-3.0 licensed][license-image]][license-link]
[![docs][docs-image]][docs-link]
[![CI][ci-image]][ci-link]
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)
2024-04-27 09:03:47 +01:00
[//]: # (badges)
[wally-image]: https://img.shields.io/github/v/tag/CompeyDev/rusty-luau?label=wally&logo=lua
[wally-link]: https://wally.run/package/compeydev/rusty-luau
[docs-image]: https://github.com/CompeyDev/rusty-luau/actions/workflows/docs.yaml/badge.svg
[docs-link]: https://rusty-luau.devcomp.xyz/
[license-image]: https://img.shields.io/github/license/CompeyDev/rusty-luau
[license-link]: /LICENSE.md
2024-04-27 09:03:47 +01:00
[ci-image]: https://github.com/CompeyDev/rusty-luau/actions/workflows/ci.yaml/badge.svg
[ci-link]: https://github.com/CompeyDev/rusty-luau/actions/workflows/ci.yaml