thrift
thrift copied to clipboard
Implement full server-side codegen
This is the follow-up to issue #26
Now that #26 is closed, we should be clear what is left to implement here (if anything).
Here we should make sure we can generate code for receiving all Thrift types, not only those that are used in the tutorial - for instance, sets are not used there.
I'm looking at the render_rs_type
function and it looks like it handles all types.
Good news :) Then I'll close it after all types are implemented (#13)