cloudwu / sproto

Yet another protocol library like google protocol buffers , but simple and fast.
MIT License
942 stars 253 forks source link

Recursive structures supported? #79

Open dumblob opened 6 years ago

dumblob commented 6 years ago

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).