Martijn Gribnau
Martijn Gribnau
Add optional feat image/avif-native to sic core Add as optional feat to sic https://github.com/image-rs/image/blob/main/Cargo.toml#L90
- [Galloping search](https://en.wikipedia.org/wiki/Exponential_search) -> exponential + binary - Can we use a better heuristic than exponential? Would e.g. fibonacci work? - Can Zig Zagging improve average search time?\ - i.e....
Currently we don't bother trying to use the hosts resources more effectively, if the current `is_compatible(Rust version) -> bool` check does not have a high resource utilisation (we don't even...
In #1036, an issue was reported which reported toolchain install issues, possibly caused by path separator issues on windows (ubuntu and mac seem to be fine). With this commit, we...
The Cargo manifest is resolved to construct the default EnvironmentContext, thus making it impossible to run (with exit code 0) outside a Cargo project. The Cargo project should not be...
Implement actual issue from #1023 > > The difficulty with doing this by default, i.e. when running cargo msrv verify from a workspace root, is that you'll have to disambiguate...
There is no doubt that what I am ultimately looking for is a command to display the MSRV of all the crates at once. _Originally posted by @eitsupi in https://github.com/foresterre/cargo-msrv/issues/1023#issuecomment-2404875457_