Rust is a recent programming language focused on performance and memory safety, mainly safe concurrency.
What is $$ in Bash?
$$ is an internal variable, it stores the process ID of the script itself or the current bash instance. Here is an example use case The output prompted.