thrift icon indicating copy to clipboard operation
thrift copied to clipboard

Implement full server-side codegen

Open maximg opened this issue 9 years ago • 4 comments

This is the follow-up to issue #26

maximg avatar May 31 '15 16:05 maximg

Now that #26 is closed, we should be clear what is left to implement here (if anything).

gsingh93 avatar Jun 06 '15 15:06 gsingh93

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.

maximg avatar Jun 06 '15 15:06 maximg

I'm looking at the render_rs_type function and it looks like it handles all types.

gsingh93 avatar Jun 06 '15 16:06 gsingh93

Good news :) Then I'll close it after all types are implemented (#13)

maximg avatar Jun 06 '15 17:06 maximg