Ecosystem of Rust

rustup : toolchain installer

  • toolchain list/install/uninstall
  • target list/add/remove
  • doc

cargo : package manager. Package 의 구조화 및 종속성 괸리, 빌드명령 수행

rustc : rust compiler. .rs 파일을 바이너리 혹은 중간 형식으로 변환해 줌.

rust-analyzer : auto-completion and jump-to-definition functionallity.