Jelte Fennema-Nio
Jelte Fennema-Nio
The first step would be to implement those for newtypes, which should be fairly simple. But the other part of your idea is quite interesting: deriving traits for an enum...
Thanks for the bugreport, I have not used the deriving `From` with associated types before so it's definitely possible that it's broken. Could you run `cargo expand` and paste it's...
And what does a working implementation look like?
Good suggestion, same goes for From derivation. Not sure when I find the time to do this though.
Could this be reviewed?
This would be really nice. Since the current master is quite far ahead of the last release. `dep` picks the last release if they are available by default. So if...
Just to be clear, I'd be happy to do the work. I mainly would like to know your opinion.
@withoutboats, because of the great work by @Laaas the current version of derive_more has a Display derive that is a superset of the derives from this crate. For the current...
@Geal can this be merged?
@Geal could this be merged please?