summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2023-01-04 20:58:03 +0000
committerAlex Orlenko <zxteam@protonmail.com>2023-01-04 20:58:03 +0000
commita62061f453986859cb1e212431062291e3a0d165 (patch)
treee2f82ed074e126d58a8251aec700e95313b1937f
parentcb3d58b1c76ee5b933a6ad91505c1650fe3f9b77 (diff)
downloadmlua-a62061f453986859cb1e212431062291e3a0d165.zip
Update README
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index d6e946a..3cace4b 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,8 @@
[Benchmarks]: https://github.com/khvzak/script-bench-rs
[FAQ]: FAQ.md
+> Please see the [v0.8](https://github.com/khvzak/mlua/tree/v0.8) branch for the versions of `mlua` released to crates.io.
+
`mlua` is bindings to [Lua](https://www.lua.org) programming language for Rust with a goal to provide
_safe_ (as far as it's possible), high level, easy to use, practical and flexible API.