Skip to content

Commit 9594f17

Browse files
author
Sylvain Kerkour
authored
2022-05-11: Add 3 posts from kerkour.com
1 parent fd98c27 commit 9594f17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

draft/2022-05-11-this-week-in-rust.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,21 @@ and just ask the editors to select the category.
4141

4242
### Observations/Thoughts
4343

44+
* [Programming languages are platforms, not products](https://kerkour.com/programming-languages-are-platforms)
4445
* [Introducing Rust in security research](https://tweedegolf.nl/en/blog/71/introducing-rust-in-security-research)
4546

4647
### Rust Walkthroughs
4748

49+
* [Building a crawler in Rust: Crawling a JSON API](https://kerkour.com/rust-crawler-json-api)
4850
* [Rust-raspberrypi-OS-tutorials: Tutorial 17 - Kernel Symbols](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/17_kernel_symbols#readme)
4951
* [Rust-raspberrypi-OS-tutorials: Tutorial 18 - Backtracing](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/18_backtrace#readme)
5052

5153
### Research
5254

5355
### Miscellaneous
5456

57+
* [Black Hat Rust discount: Happy 2022](https://kerkour.com/black-hat-rust-discount-happy-2022)
58+
5559
## Crate of the Week
5660

5761
This week's crate is [enum\_dispatch](https://crates.io/crates/enum_dispatch), a proc-macro-attribute to replace dynamic dispatch with enum dispatch to gain performance.

0 commit comments

Comments
 (0)