From ce51fd4bc5c649e8e87495197b542ac67584d876 Mon Sep 17 00:00:00 2001 From: Simon Guest Date: Sun, 19 Jan 2025 16:32:58 +1300 Subject: [PATCH] Path canonicalization is unergonomic --- draft/2025-01-22-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-01-22-this-week-in-rust.md b/draft/2025-01-22-this-week-in-rust.md index dced07112..dc0fd78ad 100644 --- a/draft/2025-01-22-this-week-in-rust.md +++ b/draft/2025-01-22-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Path canonicalization is unergonomic](https://tesujimath.org/path-canonicalization-is-unergonomic/) + ### Rust Walkthroughs ### Research