Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/compeydev/rusty-luau
Strongly typed implementations of various rust idioms in Luau.
https://github.com/compeydev/rusty-luau
Last synced: about 6 hours ago
JSON representation
Strongly typed implementations of various rust idioms in Luau.
- Host: GitHub
- URL: https://github.com/compeydev/rusty-luau
- Owner: CompeyDev
- License: agpl-3.0
- Created: 2024-04-01T06:52:57.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T13:16:39.000Z (4 months ago)
- Last Synced: 2024-07-15T15:45:21.381Z (4 months ago)
- Language: Luau
- Homepage: http://rusty-luau.devcomp.xyz/
- Size: 150 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![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