rust
Next, install the programming language rust.
brew install rust
Rust runs through a package manager called cargo.
Use cargo to check the version.
$ cargo version
cargo 1.71.0
Rust is said to be a very difficult language among various programming languages.
Its characteristics are that it is stable and works once built, but it takes a long time to get it running.
It may also take longer than other languages to add new implementations.
lang
Programming languages are sometimes abbreviated as lang.
For example, there is a programming language called go.
However, the word go has many meanings. Therefore, it is sometimes called golang or go-lang.