Slide 14
Slide 14 text
14
Rustの生産性
● ドキュメントの充実
● コンパイラのエラーメッセージが親切
● 標準インストールのパッケージマネージャ・ビルドツール・フォーマッタ
● ランゲージサーバ
https://www.rust-lang.org/learn
Python Rust
package
manager
pip, poetry cargo
language
server
Pylance rust-analyzer
formatter autopep8,
black
rustfmt
linter Pylint, flake8 clippy