From 36dcd84b7d0583c93d195a85ae40494a45ad7424 Mon Sep 17 00:00:00 2001 From: Jaemin Choi <1dotolee@gmail.com> Date: Wed, 8 Nov 2023 23:44:02 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20rust=20ownership=20=EC=84=A4=EB=AA=85?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/post/rust-ownership/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/post/rust-ownership/index.md b/content/post/rust-ownership/index.md index e5cade3..8eb040a 100644 --- a/content/post/rust-ownership/index.md +++ b/content/post/rust-ownership/index.md @@ -1,8 +1,8 @@ +++ author = "최재민" title = "Rust를 쓰는 이유: Ownership" -date = "2023-11-07" -description = "Rust의 강점인 Ownership 개념을 이해합니다." +date = "2023-11-08" +description = "기존 언어들의 문제를 Rust의 Ownership이 어떻게 해결하는지 알아봐요." tags = ["backend", "sandbox", "security"] +++