You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lua doesn't support recursive types to my knowledge. sproto builds around Lua types. Does it mean recursive structures are not supported by sproto?
My goal is to get rid of protocol buffers and switch to sproto, but recursive structures are a must have (I'd like to represent Dao types which support recursion).
The text was updated successfully, but these errors were encountered:
Lua doesn't support recursive types to my knowledge.
sproto
builds around Lua types. Does it mean recursive structures are not supported bysproto
?My goal is to get rid of protocol buffers and switch to
sproto
, but recursive structures are a must have (I'd like to represent Dao types which support recursion).The text was updated successfully, but these errors were encountered: