advertise that I am looking for students :D
[web.git] / ralf / _posts / 2022-09-26-cargo-careful.md
index 36381ef6e890888a5c6e1cf7bd336dda58127279..3a1fc6a33256c3361b5ce66834ae6ca2e067a08a 100644 (file)
@@ -1,6 +1,7 @@
 ---
 title: "cargo careful: run your Rust code with extra careful debug checking"
 categories: rust
+reddit: /rust/comments/xogayv/cargo_careful_run_your_rust_code_with_extra/
 ---
 
 Did you know that the standard library is full of useful checks that users never get to see?
@@ -22,3 +23,5 @@ There are probably ways to improve this in the future.
 Meanwhile, if you have some `unsafe` code that for one reason or another you cannot test with Miri, give [`cargo careful`] a try and let me know how it is doing. :)
 
 [`cargo careful`]: https://github.com/RalfJung/cargo-careful
+
+*By the way, I am soon [starting as a professor at ETH Zürich]({% post_url 2022-08-16-eth %}), so if you are interested in working with me on programming language theory as a master student, PhD student, or post-doc, then please [reach out](https://research.ralfj.de/contact.html)!*