From 354c69acc47093843abe0fca14a38415fc44991f Mon Sep 17 00:00:00 2001 From: Alex Orlenko Date: Thu, 30 Mar 2023 23:22:01 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3b6bb3..d3584ca 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ > **Note** > -> Please see the [v0.8](https://github.com/khvzak/mlua/tree/v0.8) branch for the versions of `mlua` released to crates.io. +> Please see the [v0.8](https://github.com/khvzak/mlua/tree/v0.8) branch for the stable 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. @@ -52,6 +52,7 @@ Below is a list of the available feature flags. By default `mlua` does not enabl * `serialize`: add serialization and deserialization support to `mlua` types using [serde] framework * `macros`: enable procedural macros (such as `chunk!`) * `parking_lot`: support UserData types wrapped in [parking_lot]'s primitives (`Arc` and `Arc`) +* `unstable`: enable **unstable** features. The public API of these features may break between releases. [5.4]: https://www.lua.org/manual/5.4/manual.html [5.3]: https://www.lua.org/manual/5.3/manual.html