-
{{ page.title }}
+{{ page.title | markdownify }}
- {{ page.subtitle }}
{% endif %}
diff --git a/_posts/2022-06-16-rust-boxed-str-vs-string.md b/_posts/2022-06-16-rust-boxed-str-vs-string.md
new file mode 100644
index 0000000..77b8574
--- /dev/null
+++ b/_posts/2022-06-16-rust-boxed-str-vs-string.md
@@ -0,0 +1,272 @@
+---
+layout: post
+title: "What is `Box