Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

[WIP] [Blog] Caching Cargo Run #597

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/blog/caching-cargo-run.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
author: JesterOrNot
date: Mon Apr 27 2020
image: /rust-logo.png
subtitle: "Speeding up `cargo run` with prebuilds"
teaserImage: /rust-logo.png
title: Caching Cargo Run
---

If you've written just about anything in Rust you know that builds can take a *long* time, but what if we could bypass these long wait times?
9 changes: 9 additions & 0 deletions src/utils/authors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,15 @@ export const allAuthors: { [idx: string]: Author } = {
linkedin: 'mirospoenemann'
},
description: "Miro is thrilled about innovation on programming languages, DSLs, graphical modeling and web technologies."
},
'JesterOrNot': {
name: "Sean Hellum",
socialProfiles: {
github: "JesterOrNot",
twitter: '',
linkedin: 'sean-hellum-84ba401a2'
},
description: "Sean is a developer advocate and rustacean with a passion for Docker, Linux, Bash, Rust, and CLIs"
}
}

Expand Down
Binary file added static/rust-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.