From 59b4c52eeecb9c5920be06b0c4940fd224e4d140 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Thu, 10 Nov 2022 20:46:01 -0600 Subject: [PATCH] rust tags --- content/posts/2022-10-30-rust-impure-path.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/posts/2022-10-30-rust-impure-path.md b/content/posts/2022-10-30-rust-impure-path.md index d189744..a29c217 100644 --- a/content/posts/2022-10-30-rust-impure-path.md +++ b/content/posts/2022-10-30-rust-impure-path.md @@ -1,6 +1,9 @@ +++ title = "Rust's Impure Path" date = 2022-10-30T12:47:41-05:00 + +languages = ["rust"] +tags = ["rust"] +++ I work on [garbage], a project that touches the filesystem a lot. Because of