wok diff rust/description.txt @ rev 25315

updated soprano and soprano-dev (2.8.0 -> 2.9.4)
author Hans-G?nter Theisgen
date Thu Jul 21 06:45:43 2022 +0100 (23 months ago)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rust/description.txt	Thu Jul 21 06:45:43 2022 +0100
     1.3 @@ -0,0 +1,9 @@
     1.4 +Rust is a multi-paradigm, general-purpose programming language
     1.5 +designed for performance and safety, especially safe concurrency.
     1.6 +Rust is syntactically similar to C++, but can guarantee memory
     1.7 +safety by using a borrow checker to validate references.
     1.8 +Rust achieves memory safety without garbage collection, and
     1.9 +reference counting is optional.
    1.10 +Rust has been called a systems programming language and in
    1.11 +addition to high-level features such as functional programming
    1.12 +it also offers mechanisms for low-level memory management.