Set-ups
Environment setups (I used MacOS)
Install:
JDK

Rust toolchain
Installing command:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
To check the version:
rustup --version
cargo --version
Docker
Gradle
Installing command:
brew install gradle
Documentation:
Redis
Installing command:
brew install --cask redis
Kafka
Configure IDE with appropriate plugins:
For SpringBoot Project
Reference:
For Rust Library Project
Command:
cargo new rust_library_name --lib
Last updated