Dirkjan Ochtman
Dirkjan Ochtman
### Current behavior 😯 Cargo features are intended to be additive and non-additive features are making it substantially harder to deal with the gix crates. It would be very nice...
See - https://github.com/rustsec/rustsec/pull/1480 Are there any caveats/risks to adding new metadata fields?
Would like to do make new releases after these are merged: - [x] #1428 - [x] #1409 - [x] #1414 - [x] #1421 - [ ] #1422 - [x] #1423...
I'm not sure I'm a fan of the way abscissa is used in this project -- it seems to add a bunch of abstraction layers with somewhat implicit steps (like...
Simplify the code for linting a bit (suggest per commit review).
### Suggestion This is the main API entry point in the windows-bindgen crate today: ```rust pub fn bindgen(args: I) -> Warningswhere I: IntoIterator, S: AsRef; ``` You then have to...
windows-sys is a large crate (a 2.4M download) with considerable churn. The windows-rs org also provides a windows-bindgen API that crates can use to generate their own bindings for the...