From 849829084826d074212a3e687d61c4f39a5809d6 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Tue, 16 Mar 2021 20:30:11 +0100 Subject: [PATCH] docs: technically not everything is in rust/js I mean the whole distro uses quite some C and the like as base, so avoid being overly strict here. Signed-off-by: Thomas Lamprecht --- docs/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/introduction.rst b/docs/introduction.rst index 5543be31..702bfff6 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -125,8 +125,8 @@ Proxmox Backup Server consists of multiple components: * A client CLI tool (`proxmox-backup-client`) to access the server easily from any `Linux amd64` environment -Aside from the web interface, everything is written in the Rust programming -language. +Aside from the web interface, most parts of Proxmox Backup Server are written in +the Rust programming language. "The Rust programming language helps you write faster, more reliable software. High-level ergonomics and low-level control are often at odds in programming