rust-derivative
rust-derivative copied to clipboard
Support `const fn new`
const traits aren't stable yet, but we could make the new function we optionally generate with derivative(Debug) const.
We wouldn't be able to use Default::default() for each field though, so it might not work for that many things.