vault backup: 2026-01-27 16:34:57

This commit is contained in:
Thomas Peetz
2026-01-27 16:34:57 +01:00
parent 9d80b1a16c
commit c5a489ca29
48 changed files with 9294 additions and 42 deletions
+19
View File
@@ -0,0 +1,19 @@
---
tags:
- IT/Development/Rust
---
## Install rustup
```
curl https://sh.rustup.rs -sSf | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
## Uninstall
```
rustup self uninstall
```
## Links
- https://www.rust-lang.org/tools/install