Open thehydroimpulse opened 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?
@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.
Now using procedural macros, here's the working list:
Code Generation
pub mod $x {}
pub
visibility.pub
visibility.enum { FOO = 123 }
.pub
visibility.Serialize
traittype $X = $Y