Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Self-learning Rust way with Clippy.

Self-learning Rust way with Clippy.

I will introduce you how to learn Rust way coding style.
Clippy(https://github.com/rust-lang/rust-clippy) is a useful and kindful linter.

The LT took place on October 20, 2020 at Shinjuku.rs # 12 (https://forcia.connpass.com/event/187287/).

Kentaro Matsumoto

October 20, 2020
Tweet

More Decks by Kentaro Matsumoto

Other Decks in Programming

Transcript

  1. 自己紹介 • 松本健太郎 (Kentaro MATSUMOTO) @matsu7874 • ソフトウェアエンジニア@フォルシア株式会社 ◦ Rustでインメモリデータベースを開発

    ◦ インターンの企画とか技術広報とか • 興味 ◦ Webアプリケーション ◦ 技術広報・エンジニア採用 ◦ 競技プログラミング 2
  2. 『実践Rustプログラミング入門』 共著 • 8月22日発売 ¥3,600(税別) 秀和システム • 360/508ページくらい実践的な内容 ◦ Webアプリ ◦

    WebAssembly ◦ GUI ◦ 組み込み ◦ プロダクションで使う話など • Shinjuku.rsで知り合ったエンジニアで共著 3
  3. Rustを一人で学ぶときの壁 • 言語特有の概念が分からん ◦ The Bookを読め • 文法の使い方が分からん ◦ Rust

    By Exampleを読め • Rustっぽい書き方が分からん ◦ Clippyに直してもらおう! 5
  4. 9