summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-11-05 09:56:11 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-11-05 09:56:11 +0100
commit1158e78a87f26ed6eea93835022fc832b3d4a408 (patch)
tree578c304ce5d379021aedd2db87f523d01145839a
parentefc0d44e158df2af391e973f7a174e7dbebabab3 (diff)
Add blessed.rs
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--computer/programming/rust.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/computer/programming/rust.md b/computer/programming/rust.md
index 996974c..ac44ee0 100644
--- a/computer/programming/rust.md
+++ b/computer/programming/rust.md
@@ -12,6 +12,7 @@ title: Rust
* [docs.rs](https://docs.rs) - All documentation of crates from crates.io
* [lib.rs](https://lib.rs) - Alternative to crates.io
* [std.rs](https://std.rs) - Standard library documentation
+* [blessed.rs](https://blessed.rs/crates) - Beginner guide to crates
### Learning Resources