Alexander Huszagh
Alexander Huszagh
Also adds support for parsing and reading configuration options/environment variables from cargo, and allows users to ignore config files in the package. This adds the `[build.env.cargo-config]` option, which can be...
It's often useful to run custom subcommands for another target, such as `asm`, `deb`, or others. Since we can't necessarily enumerate every subcommand, there's a few solutions I see: 1....
### Description Running on a recently nightly (`x86_64-unknown-linux-gnu` toolchain) produces an ICE when running `cargo +nightly xtask test --verbose`. ```bash $ cargo +nightly --version cargo 1.64.0-nightly (b1dd22e66 2022-07-09) ``` ###...
### Issue Description When using build scripts, even if `rustc` changes (path or target), `cargo` won't always do a full re-compile, and this can lead to spurious glibc errors. This...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [ ] This feature could be solved with a [custom docker image](https://github.com/cross-rs/cross#custom-docker-images) (optional) ###...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue Any attempt to use podman on macOS fails, while Docker works,...
Read the target architecture, as if via `readelf -A` for a compiled binary from the target, without producing any build artifacts on the host, and print the output as JSON...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue Related to https://github.com/containers/podman/issues/13631 This bug has likely been around a long...
There have been a few updates to the moderate path float parsing algorithms in [minimal-lexical](https://github.com/Alexhuszagh/minimal-lexical), which can either provide performance benefits or reduce the amount of static storage required, depending...