A fast, simple, recursive content discovery tool written in Rust. - epi052/feroxbuster... (more…)
Read more »
If you have a background in Python, Java or C++, you're probably used to
raising exceptions if something goes wrong. Rust doesn't have exceptions.
The official Rust book has a
comprehensive chapter on error handling,
but the TL;DR is we should probably us...
Read more »
Stob Oh hey, Verity, how's it going? What have you been up to? Busy, busy, busy? (more…)
Read more »
Distributed programming for Rust. Contribute to constellation-rs/constellation development by creating an account on GitHub. (more…)
Read more »
Currently it is not possible
to instruct cargo, the Rust package manager, to build only the dependencies
of the software you are compiling! This means you can't easily pre-install
build dependencies. Luckily you can workaround this with cargo build -p!
I'... (more…)
Read more »