v0.10.0-rc.1
Pre-release
Pre-release
What's Changed
Lua::scopeis back- Support yielding from hooks for Lua 5.3+
- Support setting metatable for Lua builtin types (number/string/function/etc)
- Added
LuaNativeFn/LuaNativeFnMut/LuaNativeAsyncFntraits for using inFunction::wrap - Added
Error::chainmethod to return iterator over nested errors - Added
Lua::exec_rawhelper to execute low-level Lua C API code - Added
Either<L, R>enum to combine two types into a single one - Added a new
Buffertype for Luau - Added
Value::is_errorandValue::as_errorhelpers - Added
Value::Othervariant to represent unknown Lua types (eg LuaJIT CDATA) - Added (optional)
anyhowfeature to implementIntoLuaforanyhow::Error - Added IntoLua/FromLua for OsString/OsStr and PathBuf/Path by @psentee in #459