Hello to the maintainers!
Thanks for this awesome library!
I saw a couple of language bindings in the root repository like python and was surprised to see no Lua serialization/deserialization in here, and no issues mentioning it. I think I'd like to create a type-hints/annotations for tables LuaLS-style, as well as the ser/deser tables with values. I did some things already for this, but wanted to open an issue first to see if that's needed/wanted here, and if not I can probably create it in my own repos, but I thought people might benefit from it, especially considering how widespread Lua is.
I can implement and see it through once we agree on the scope for this. I assume I can use python/typescript as an examples on how to do it.
Hello to the maintainers!
Thanks for this awesome library!
I saw a couple of language bindings in the root repository like
pythonand was surprised to see no Lua serialization/deserialization in here, and no issues mentioning it. I think I'd like to create a type-hints/annotations for tablesLuaLS-style, as well as the ser/deser tables with values. I did some things already for this, but wanted to open an issue first to see if that's needed/wanted here, and if not I can probably create it in my own repos, but I thought people might benefit from it, especially considering how widespread Lua is.I can implement and see it through once we agree on the scope for this. I assume I can use python/typescript as an examples on how to do it.