Andre Bogus 9cfc42275d Split new_without_default and new_without_default_derive.
This is still very slow, because we do a trait lookup for each field.
Perhaps storing the visited types in a set to reuse types would improve
performance somewhat. Also we may want to pre-decide some known types
(e.g. `Vec<T>`, `Option<T>`).
2016-05-24 18:22:18 +02:00
..
2016-03-28 21:24:36 +02:00
2016-02-01 13:01:16 +01:00
2016-04-01 21:25:20 +05:30