Skip to content

Commit 8f2dcfd

Browse files
celeroncoderForestry.io
authored andcommitted
Update from Forestry.io
Khushal Bhardwaj created content/posts/rest-with-rust.md
1 parent 7ff277a commit 8f2dcfd

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.forestry/front_matter/templates/blog-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ fields:
2828
name: ShowToc
2929
label: ShowToc
3030
pages:
31+
- content/posts/rest-with-rust.md
3132
- content/posts/should-i-adopt-service-oriented-architecture-soa.md
3233
- content/posts/spinning-up-mysql-database-with-docker.md
3334
- content/posts/the-type-safe-guide-to-trpc.md

content/posts/rest-with-rust.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
+++
2+
ShowToc = false
3+
date = 2022-09-04T18:30:00Z
4+
description = "Calling Rest APIs with Rust"
5+
draft = true
6+
tags = ["rest_api", "guide", "rust"]
7+
title = "REST with Rust"
8+
[cover]
9+
alt = "Rest with Rust Cover"
10+
image = "/blog/uploads/rest-with-rust.webp"
11+
12+
+++

0 commit comments

Comments
 (0)