On 6/24/13 2:14 AM, Michael Woerister wrote:
* There is the trans::adt module and the Repr enum which look very promising. It does not provide all the information I need (e.g. it will include generated fields, but does not explicitely specify where they are located, just in comments (enum discriminant) or code (destroyedness flag)). But otherwise it seems the place to go for a definite field list of composite types.
I think adt is the place for this kind of thing. Feel free to add additional functionality to it if you need.
Patrick _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
