]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: technically not everything is in rust/js
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Mar 2021 19:30:11 +0000 (20:30 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 16 Mar 2021 19:37:16 +0000 (20:37 +0100)
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 <t.lamprecht@proxmox.com>
docs/introduction.rst

index 5543be3166f5d15a6b85c34295c1fb921e9ca50e..702bfff6ee0a684350885d1f84cad8853300262a 100644 (file)
@@ -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