Markus Reiter

Results 208 comments of Markus Reiter

> Until I make the release please use a git reference in your cargo manifest :) @rafalh, that certainly works for end-user crates, but not library crates which are supposed...

Somewhat related to > Reconsider making from_bits_unchecked unsafe. I'd like to have something like ```rust fn bits_mut(&mut self) -> &mut u16; ``` Currently I am using an enum to switch...

> we still do not test cross with these images. We don't have images for these targets, so what is there to test?

Relatedly, but not necessarily relevant for this particular PR, I have been thinking about creating a `cross-rs/install` action which would install the `cross` binary from our GitHub releases rather than...

Neat, didn't know about https://github.com/taiki-e/install-action.

Depends on how you want this to work. - Either `cargo-test-all-features` will have to be installed in the Docker image, in which case `cross` needs to be made aware that...