mirror of
https://github.com/CompeyDev/rusty-luau.git
synced 2024-12-12 04:40:40 +00:00
chore(README): add icons
This commit is contained in:
parent
317b0cde87
commit
7804701d6b
1 changed files with 16 additions and 1 deletions
17
README.md
17
README.md
|
@ -1,6 +1,10 @@
|
||||||
|
|
||||||
<img align="right" src="https://rusty-luau.devcomp.xyz/logo.png" />
|
<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/)
|
## [read the docs](https://rusty-luau.devcomp.xyz/api/)
|
||||||
|
|
||||||
strongly typed implementations of various rust idioms in luau.
|
strongly typed implementations of various rust idioms in luau.
|
||||||
|
@ -9,3 +13,14 @@ currently, the following implementations are available:
|
||||||
- [Future](https://rusty-luau.devcomp.xyz/api/Future)
|
- [Future](https://rusty-luau.devcomp.xyz/api/Future)
|
||||||
- [Option](https://rusty-luau.devcomp.xyz/api/Option)
|
- [Option](https://rusty-luau.devcomp.xyz/api/Option)
|
||||||
- [Result](https://rusty-luau.devcomp.xyz/api/Result)
|
- [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]: /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
|
||||||
|
|
Loading…
Reference in a new issue