From ef0f23b71e0c4ba8cc9224326304261dcfa02b49 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Thu, 29 Oct 2020 13:35:35 -0400 Subject: [PATCH] make the rust series official --- blog/TLDR-rust-2020-09-19.markdown | 2 +- blog/minicompiler-lexing-2020-10-29.markdown | 4 ++-- blog/rust-crates-go-stdlib-2020-09-27.markdown | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/blog/TLDR-rust-2020-09-19.markdown b/blog/TLDR-rust-2020-09-19.markdown index 511f62d..95b2be4 100644 --- a/blog/TLDR-rust-2020-09-19.markdown +++ b/blog/TLDR-rust-2020-09-19.markdown @@ -1,8 +1,8 @@ --- title: "TL;DR Rust" date: 2020-09-19 +series: rust tags: - - rust - go - golang --- diff --git a/blog/minicompiler-lexing-2020-10-29.markdown b/blog/minicompiler-lexing-2020-10-29.markdown index 905f0bc..a085356 100644 --- a/blog/minicompiler-lexing-2020-10-29.markdown +++ b/blog/minicompiler-lexing-2020-10-29.markdown @@ -1,7 +1,7 @@ --- title: "Minicompiler: Lexing" date: 2020-10-29 -series: minicompiler +series: rust tags: - rust - templeos @@ -36,7 +36,7 @@ This compiler will be written in Rust and will use only the standard library for everything but the final bytecode compilation and execution phase. There is a lot going on here, so I expect this to be at least a three part series. The source code will be in [Xe/minicompiler][Xemincompiler] in case you want to read -it in detail. +it in detail. Follow along and let's learn some Rust on the way! [wasm]: https://webassembly.org/ [Xemincompiler]: https://github.com/Xe/minicompiler diff --git a/blog/rust-crates-go-stdlib-2020-09-27.markdown b/blog/rust-crates-go-stdlib-2020-09-27.markdown index ac6f98e..246071b 100644 --- a/blog/rust-crates-go-stdlib-2020-09-27.markdown +++ b/blog/rust-crates-go-stdlib-2020-09-27.markdown @@ -1,8 +1,7 @@ --- title: Rust Crates that do What the Go Standard library Does date: 2020-09-27 -tags: - - rust +series: rust --- # Rust Crates that do What the Go Standard library Does