Cameron Elliott
Cameron Elliott
Thank you for creating `coroutine-rs` I'm just learning, but it seems Rust has some form of either: coroutines, semiroutines or generators, as was implemented to build async/await into Rust. [Generators...
I suspect this isn't too difficult, but it would be cool if there was a 4th option beyond: file,image,text "image from camera" I think the correct API is the ImageCapture...
I just ran one of the main web accessibility tools on the mdBook docs site, like this: https://wave.webaim.org/report#/https://rust-lang.github.io/mdBook/ Clicking that will produce a web accessibility evaluation report. The report states:...
Sorry, I don't have reproduction steps, but I will point out the issue as precisely as I can. This issue does NOT happen with `package.edition=2021` This issue does happen with...
**Version** Pulled file from github head on Jan 14 2024 **Platform** N/A **Description** ``` c@macmini ~/D/s/s/tls (main)> openssl x509 -in cert.pem -noout -enddate notAfter=Feb 3 16:07:04 2022 GMT ``` I...
Hi, thanks for making & sharing this project. When running this: `rusty-blockparser simplestats` I get this output: `[22:55:17] INFO - main: Starting rusty-blockparser v0.10.0 ... [22:55:17] INFO - index: Reading...
Thanks to the creators, and maintainers of smoltcp, it is incredible. I was wondering what the throughput of smoltcp is without hitting the operating system. So, I hacked up the...
Hey, thanks contributors for making and maintaining this awesome project! I had an issue with vscode where editing files inside `ProjectZ/fuzz/fuzz_targets/targetX.rs` wasn't working with or providing me any Rust Analyzer...
Hi, I'm new to cargo-fuzz, so that's probably part of the issue. I tried following an issue on fuzzing, and so rather than starting with `cargo fuzz init` I started...
I am running fuzzing on Macos using this library, but the Readme say "Linux only". Should the readme be corrected to say macOS and Linux, or macOS, Linux and Windows?