coderedart/luaegui

Rewrite based on type registration api

Closed this issue · 1 comments

The current way of wrapping every type into a new type and implementing the trait is very painful. so, we will wait for mlua to get a type registration api and then rewrite the crate in a cleaner way.

mlua-rs/mlua#206

Okay, we are using the new type registration api now. I will start tracking to api coverage progress in #2