diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-11-25 22:04:41 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2019-11-25 22:04:41 +0000 |
commit | 0c98737945c2d8794da48789ef0985682c06d49c (patch) | |
tree | 91b4272fcde8dd085a5e91c3fd29140cd68b91c2 | |
parent | de7c080cbbddd53dcc9797c38cdbaef27ecac428 (diff) | |
download | blog-0c98737945c2d8794da48789ef0985682c06d49c.tar.bz2 |
Fix the timeline a bit
-rw-r--r-- | posts/rust-2020.mdwn | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/posts/rust-2020.mdwn b/posts/rust-2020.mdwn index 21818af..1dbe808 100644 --- a/posts/rust-2020.mdwn +++ b/posts/rust-2020.mdwn @@ -14,15 +14,15 @@ want to propose for Rust in 2020. First, some history about myself in the Rust community -- I started learning Rust a few years ago, had a go at [Advent Of Code 2016][aoc2016] in it, -completed that, and then promptly did nothing with Rust except read blogs and -reddit for a year. Then I went and did [Advent of Code 2017][aoc2017] in Rust -and reminded myself of why I enjoyed the language. This time I decided I'd do -something useful in it and wrote a testing tool which I have used since. I -wrote bits and bobs through 2018, but still failed to do anything major with -Rust until once again, December rolled around and I did [Advent of Code -2018][aoc2018] in Rust, learning an awful about procedural macros and other -useful things. This was the time of the 2018 Rust edition which also spurred -me on to do more useful stuff. +completed that, wrote a testing tool in Rust, and then promptly did nothing +with Rust except read blogs and reddit for a year. Then I went and did [Advent +of Code 2017][aoc2017] in Rust and reminded myself of why I enjoyed the +language. This time I decided I'd do more with Rust and started playing +around. I wrote bits and bobs through 2018, but still failed to do anything +major until once again, December rolled around and I did [Advent of +Code 2018][aoc2018] in Rust, learning an awful about procedural macros and +other useful things. This was the time of the 2018 Rust edition which also +spurred me on to do more useful stuff. [aoc2016]: https://adventofcode.com/2016 [aoc2017]: https://adventofcode.com/2017 |