thehydroimpulse / thrust

Unmaintained http://thehydroimpulse.github.io/thrust
36 stars 6 forks source link

Code Generation v2 #9

Open thehydroimpulse opened 8 years ago

thehydroimpulse commented 8 years ago

Now using procedural macros, here's the working list:

Code Generation

oleid commented 8 years ago

Thanks for bringing Thrift to rust! I just discovered Apache Thrift and I'm thinking about using Thrust in the near future for a litte project of mine -- just serialization to / deserialization from files for now. Would you consider Thrust stable enough for that purpose?

thehydroimpulse commented 8 years ago

@oleid Thrust isn't very stable atm and would require some more work to be fully usable. The serialization/deserialization is probably the more stable part but it doesn't support everything yet.