GeistHaus
log in · sign up

GitHub - rust-fuzz/cargo-fuzz: Command line helpers for fuzzing

github.com

Command line helpers for fuzzing. Contribute to rust-fuzz/cargo-fuzz development by creating an account on GitHub.

17 pages link to this URL
What You Take For Granted Across Languages

Porting Tim Bray’s quamina from Go, most things translated cleanly. Then I hit cyclic state machines, and a benchmark smell led somewhere unexpected.

0 inbound links article en posts blogdeveloperpersonalengineeringsoftwaresystemsRustQuamina-RsPatternsLearning CC BY-NC-SA 4.0
Fuzzing Sequoia-PGP

Sequoia is a promising new OpenPGP library that’s written in Rust. As Rust has excellent interoperability with C it also exposes itself as a C library in the...

My Bet on Rust has been Vindicated

I chose Rust for a project and I had struggles along the way which made me second guess this decision, but after releasing and fulfilling use cases I hadn’t considered, the decision was vindicated. The wins that Rust brings outweighed any struggles.

1 inbound link article en
Xiangpeng Hao

I'm a final (hopefully) year PhD student at the University of Wisconsin-Madison studying computer science with a focus on database/storage systems.

Security and Correctness in Wasmtime

The essence of software engineering is making trade-offs, and sometimesengineers even trade away security for other priorities. When it comes torunning untrusted code from unknown sources, however, exceptionally strongsecurity is simply ...

3 inbound links website en
I am a Rust compiler engineer looking for a new job

UPDATE 2025-09-03: I have found a new job and will be starting next week. I will post more details soon. Many thanks to everyone who helped publicize this post and to everyone who contacted me about possible work. Rust is being used in many interesting places!

0 inbound links article en
Cargo Workspace and the Feature Unification Pitfall

In Rust, workspaces help organize a project into smaller packages. The downside is if there are shared dependencies that list different features, then one will most likely see unexpected behavior when compiling just a single package. This post shows an example of when this can occur and what solutions exist.

0 inbound links article en