Sherab Giovannini
Sherab Giovannini
wfuzz has an entire set of modules that allows different encodings, really interesting because it lets you do double %25xx escapes, base64 encoding or even md5. ``` Available encoders: Category...
I would add to the list [snafu](https://docs.rs/snafu/latest/snafu/), I found it a mix between anyhow and thiserror, with the super power that works `no_std`, for me is a real winner :)
> or call [canonicalize](https://doc.rust-lang.org/std/fs/fn.canonicalize.html#) on `env!("CARGO_MANIFEST_DIR")` and then use [`.push`(es) to construct the path](https://doc.rust-lang.org/std/path/struct.PathBuf.html#examples)? I tried with canonicalize but it has the same problem, as soon as you enter relative...
> @Shaddy did you manage to fix it? I tried to reproduce it and found that the issue is with the pest_bootstrap executable path: > > ``` > Bootstrap failed:...