summaryrefslogtreecommitdiffstats
path: root/software/rust.page
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2018-08-10 15:57:44 -0700
committerBryan Newbold <bnewbold@archive.org>2018-08-10 16:06:46 -0700
commit22c4f271e8d3f9d9e8b377838d885e4f65c7e356 (patch)
treec26e139a147080da38054275c8d165ff640c101e /software/rust.page
parent7d059d109b0736075b8184a843c1c7811f8ec1a9 (diff)
downloadknowledge-22c4f271e8d3f9d9e8b377838d885e4f65c7e356.tar.gz
knowledge-22c4f271e8d3f9d9e8b377838d885e4f65c7e356.zip
small software tweaks
Diffstat (limited to 'software/rust.page')
-rw-r--r--software/rust.page1
1 files changed, 1 insertions, 0 deletions
diff --git a/software/rust.page b/software/rust.page
index af5ea3a..df99de4 100644
--- a/software/rust.page
+++ b/software/rust.page
@@ -5,6 +5,7 @@ Rust
- [http://xion.io/post/code/rust-iter-patterns.html]()
- [https://deterministic.space/rust-cli-tips.html]()
+- [https://manishearth.github.io/blog/2018/01/10/whats-tokio-and-async-io-all-about/]()
Optimization: use `RUSTFLAGS="-C target-cpu=native"` to take advantage of CPU
special features.