Skip to content

Draft: deprecate lua_state in favor of new with_lua_state

Georgy Moshkin requested to merge gmoshkin/with_lua_state into master

Summary

  • TODO(changelog, fix deprecation warnings): deprecate lua_state in favor of new with_lua_state

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • Version is bumped in the appropriate Cargo.toml files

Merge request reports