-
image-rs 59358a63822993d10c96ff8d9b062378d3e4f94d
code
```
fn check_file(file_path: &str) {
let res = match image::open(file_path) {
Ok(res) => res,
Err(e) => {
…
-
### Describe the bug
When trying to use `cargo-bolero` and `rustc` from Nixpkgs, it will fail to rebuild `bolero` due to a linking error. Apparently, it is unable to find what appears to be some [S…
-
## Paste the link of the GitHub organisation below and submit
https://github.com/google
---
###### Please subscribe to this thread to get notified when a new repository is created
pravj updated
4 years ago
-
[`zune-jpeg`](https://github.com/etemesi254/zune-image/tree/dev/zune-jpeg) is a pure-Rust JPEG decoder with performance [on par with libjpeg-turbo](https://github.com/etemesi254/zune-image/blob/dev/zu…
-
Starting in version `0.12.9` (coinciding with the upgrade to `clap v4.0`), arguments passed to `cargo afl fuzz` are passed down to `afl++`, where they cause errors as they cannot be parsed. This makes…
-
`fuzz_calculate_present_value` is failing on main. It fails intermittently on CI and consistently if you bump up `FAST_FUZZ_RUNS` to 100k
Example failure:
```
running 1 test
test lp::tests::fu…
-
Currently, I see 23 targets supported by microkit. Each of them has 3 different modes (`benchmark`, `debug` & `release`). So overall, there are quite some variants of the API offered. To add upon that…
-
你好,我在使用hopper compile命令的时候报错
```bash
The following warnings were emitted during compilation:
warning: hopper-harness@1.0.0: dir=/hopper/examples/re2/output, lib=re2_fuzz
error: failed to run c…
Strke updated
4 months ago
-
### Describe the issue
I need to build the runtime with the --use_dml option. However, each time I do I keep getting an error message saying
```The C++ Standard Library forbids macroizing the keyw…
-
I found this code from grepping the repository:
```
kwargs["link_style"] = select({
"DEFAULT": link_style,
"ovr_config//os:macos": "static",
})
```
H…