Skip to content

Commit 7c8ec8b

Browse files
committed
early draft release of restful api article
1 parent 93a0006 commit 7c8ec8b

9 files changed

+4290
-5
lines changed

assets/trello-board.png

214 KB
Loading

posts/common-rust-lifetime-misconceptions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Common Rust Lifetime Misconceptions
22

3-
_19 May 2020 · 30 minute read · #rust · #lifetimes_
3+
_19 May 2020 · #rust · #lifetimes_
44

55
**Table of Contents**
66
- [Intro](#intro)
@@ -1215,6 +1215,7 @@ Discuss this article on
12151215

12161216
Get notified when the next blog post get published by
12171217
- [Following pretzelhammer on Twitter](https://twitter.com/pretzelhammer) or
1218+
- [Subscribing to this repo's release RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
12181219
- Watching this repo's releases (click `Watch` -> click `Custom` -> select `Releases` -> click `Apply`)
12191220

12201221

@@ -1223,5 +1224,6 @@ Get notified when the next blog post get published by
12231224

12241225
- [Sizedness in Rust](./sizedness-in-rust.md)
12251226
- [Tour of Rust's Standard Library Traits](./tour-of-rusts-standard-library-traits.md)
1227+
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
12261228
- [Learning Rust in 2020](./learning-rust-in-2020.md)
12271229
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)

posts/learning-rust-in-2020.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Learning Rust in 2020
22

3-
_09 May 2020 · 15 minute read · #rust_
3+
_09 May 2020 · #rust_
44

55
**Table of Contents**
66
- [Intro](#intro)
@@ -200,6 +200,7 @@ Discuss this article on
200200

201201
Get notified when the next blog post get published by
202202
- [Following pretzelhammer on Twitter](https://twitter.com/pretzelhammer) or
203+
- [Subscribing to this repo's release RSS feed](https://github.com/pretzelhammer/rust-blog/releases.atom) or
203204
- Watching this repo's releases (click `Watch` -> click `Custom` -> select `Releases` -> click `Apply`)
204205

205206

@@ -209,4 +210,5 @@ Get notified when the next blog post get published by
209210
- [Common Rust Lifetime Misconceptions](./common-rust-lifetime-misconceptions.md)
210211
- [Sizedness in Rust](./sizedness-in-rust.md)
211212
- [Tour of Rust's Standard Library Traits](./tour-of-rusts-standard-library-traits.md)
213+
- [RESTful API in Sync & Async Rust](./restful-api-in-sync-and-async-rust.md)
212214
- [Learn Assembly with Entirely Too Many Brainfuck Compilers](./too-many-brainfuck-compilers.md)

0 commit comments

Comments
 (0)