mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
26 lines
1.2 KiB
Markdown
26 lines
1.2 KiB
Markdown
<img align="right" src="https://rusty-luau.devcomp.xyz/logo.png" />
|
|
|
|
[![wally][wally-image]][wally-link]
|
|
[![AGPL-3.0 licensed][license-image]][license-link]
|
|
[![docs][docs-image]][docs-link]
|
|
[![CI][ci-image]][ci-link]
|
|
|
|
## [read the docs](https://rusty-luau.devcomp.xyz/api/)
|
|
|
|
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)
|
|
|
|
[//]: # (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]: https://github.com/CompeyDev/rusty-luau/blob/main/LICENSE.md
|
|
[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
|