Make C-enums into idiomatic rust enums
There are several "inferred" enums in the R-API. This setting ensures that they become idiomatic Rust enums. There are still missing ones, namely the macro-defined-enums, but maybe I'll add those somewhere else.
/bindings
Hm, should we already bump libR-sys version to some 0.7.0-dev value? This is a significant breaking change, I want to see a difference between the released 0.6.0 and what is currently developed.
Sure. Please make a PR that bumps the version.
Checking my comments, I do not get it why can't we mark this as 0.7.0?
Bumped version.
Checking my comments, I do not get it why can't we mark this as
0.7.0?
Hard to remember.. I guess I saw that you'd make separate PRs to bump the version in rextendr. And I asked you to do it here maybe because I thought it was more elaborate than just changing a file.