-
The last sentence of §2.2, the AFL.rs tutorial, is—
> AFL will run indefinitely, so if you want to quit, press `CTRL-C`.
However, mentions that AFL has a "default timeout":
> You can use -t …
-
First of all - the Rust Book is one of the best and most enjoyable language, or even technical, onboarding resources I've ever read. In fact - despite the complexity of everything involved, you total…
dakom updated
3 years ago
-
I at least often find myself wondering "does ndarray support this? where should I look for it?".
ndarray has not bad reference documentation, but not enough of an overview that points into the refer…
-
ESPx: https://gist.github.com/bshambaugh/384f5ba141c2acb16f8b37cb1e481149
Also try Ardunio CI, because there are issues getting Arduino code to test on the development machine otherwise.
https://w…
-
I converted some old Markdown documentation to use mdbook. My SUMMARY-like file (that I renamed) was previously pointing at online links (not that that's a good idea, but bear with me), so it looked s…
-
I have been involved in trying to fix a couple of crates errors to work better with error reporters like `anyhow`/`eyre` recently (https://github.com/clap-rs/clap/issues/2151, https://github.com/sunng…
-
### Describe the bug
As I go through the [Nushell Book](https://nushell.sh/book/dataframes.html#series-as-indices) I got stuck in the dataframes section "series" because some dfr commands are not rec…
-
I was reading over the section about [dereferencing safely](https://rust-hosted-langs.github.io/book/chapter-interp-alloc.html) and noticed that there was not any way to root objects. I don't know if …
-
Currently it is possible (and may happen by accident) that a `Client` is dropped, while a port or virtual endpoint is still open.
If the port is an output, you can still send to the output without …
-
### Describe the bug
Single quotes in single quoted strings is allowed, but single quotes in backtick-quoted strings isn't.
### How to reproduce
```
〉let x = `no man's land` …