From d94012109b5b21160156494261cd5be6f8af4694 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 29 Nov 2022 14:29:18 +0100 Subject: [PATCH] Add "Nine Rules for Elegant Rust Library APIs" by Carl Kadie --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0da61ed..cf2d932 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,10 @@ This repository collects resources for writing clean, idiomatic Rust code. [Plea ## 🎤 Talks +### 2022 + +Nine Rules for Elegant Rust Library APIs [[Video](https://www.youtube.com/watch?v=6-8-9ZV-2WQ)] by [Carl Kadie](https://www.linkedin.com/in/carlk/) - Seattle Rust Meetup, Sep. 2022 + ### 2020 Macros for a More Productive Rust [[Video](https://www.youtube.com/watch?v=dZiWkbnaQe8)] by [@jam1garner](https://github.com/jam1garner) - RustConf 2020