Kornel
Kornel
Since cc 1.0.0 the method `is_like_msvc` has been added, which is an API change that should get a semver-minor bump. Crates that specify they use `cc = "1"` ([e.g.](https://github.com/rust-lang/stacker/issues/52)) may...
It's possible to set target compilation architecture via `RUSTFLAGS="-C target-cpu="`. As far as I can tell, the C compiler is not made aware of this, so it won't be producing...
I'm not sure if `rustup.sh` is safe to use on top of an installation created by homebrew, and the script unfortunately doesn't support installation of cargo only - https://github.com/rust-lang/cargo/issues/229 I...
Just heads up that I'm really liking this project! I'm interested in integrating public_items into https://lib.rs, e.g. list of versions like this https://lib.rs/crates/cc/versions to show which releases were significant, and...
This app uses a very old version of Sparkle.framework, which has known vulnerabilities and bugs on macOS Sierra. Please update Sparkle to the [latest version](https://github.com/sparkle-project/Sparkle/releases).
The punctuation regex includes apostrophe, so it splits "foo's" as two separate phrases. I'm seeing "s something" in keywords. I think it could be fixed by using less smart splitting:...
https://lintian.debian.org/tags/copyright-should-refer-to-common-license-file-for-gpl.html
I'd like to have more control over fetching and decoding of images referenced in SVG files, in order to use existing decoders that I have, and to enforce size and...
Hi! I'm involved in a similar project: https://github.com/mmstick/cargo-deb Would you be interested in joining the effort? I could make cargo-deb usable as a library.