make the rust series official

This commit is contained in:
Cadey Ratio 2020-10-29 13:35:35 -04:00
parent 76e92378e9
commit ef0f23b71e
3 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,8 @@
---
title: "TL;DR Rust"
date: 2020-09-19
series: rust
tags:
- rust
- go
- golang
---

View File

@ -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

View File

@ -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