diff --git a/draft/2022-03-23-this-week-in-rust.md b/draft/2022-03-23-this-week-in-rust.md index de1191dc4..702703653 100644 --- a/draft/2022-03-23-this-week-in-rust.md +++ b/draft/2022-03-23-this-week-in-rust.md @@ -20,6 +20,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github ### Project/Tooling Updates +* [Rust superpowered DHCP cli with Rhai scripts](https://leshow.github.io/post/dhcpm/) + ### Observations/Thoughts ### Rust Walkthroughs @@ -27,6 +29,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github ### Miscellaneous * [Cross-platform Brainfuck Interpreter implementation in Rust - Part 1](https://rtoch.com/posts/brainfuck-interpreter-implementation-part-1/) * [Cross-platform Brainfuck Interpreter implementation in Rust - Part 2](https://rtoch.com/posts/brainfuck-interpreter-implementation-part-2/) +* [ARP Injection in Rust on Linux](https://leshow.github.io/post/linux_arp_injection/) ## Crate of the Week