Optionally implement TryFrom in libc_enum!#1484
Conversation
ec41684 to
0c6d576
Compare
This saves code in several separate places that need to do this separately. At the same time, remove a few uses of mem::transmute that were implementing TryFrom or similar functionality. Issue nix-rust#373
0c6d576 to
9df5abf
Compare
|
Sorry @asomers, but I'm not going to be able to review this. I've been out of the coding game for quite a while now, even giving up maintenance of |
|
Out of the coding game entirely, as in even professionally? |
|
I write very little code at work since about 4y now, only coding was for personal stuff. And I've realized I want to prioritize some other things. Appreciate working with you on this project and it was a great experience helping to build and maintain nix! |
This saves code in several separate places that need to do this
separately. At the same time, remove a few uses of mem::transmute that
were implementing TryFrom or similar functionality.
Issue #373