3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

「実践Rustプログラミング入門」に入門する(6日目)総合リンク集

Last updated at Posted at 2020-09-06

「実践Rustプログラミング入門」を参考に、関連する情報を列挙する。

Chapter2 環境構築

実験記録

  1. 「実践Rustプログラミング入門」に入門する(1日目)

Chapter3 Rustの基本

実験記録

  1. 「実践Rustプログラミング入門」に入門する(8日目)Chapter3 Rustの基本 pp.85-88

Chapter4 プログラムを作成する

1.clap
2.anyhow
3.thiserror

実験記録

  1. 「実践Rustプログラミング入門」に入門する(2日目)
  2. 「実践Rustプログラミング入門」に入門する(5日目)
  3. 「実践Rustプログラミング入門」に入門する(7日目)Section4-2計算ロジックを追加する

Chapter5 Webアプリケーションの開発

  1. actix-web
  2. askama
  3. rusqlite
  4. diesel
  5. lamdba-runtime
  6. Systemdを使ってさくっと自作コマンドをサービス化してみる

実験記録

  1. 「実践Rustプログラミング入門」に入門する(3日目)
  2. 「実践Rustプログラミング入門」に入門する(9日目)Section5-1Webフレームワークのセットアップpp.190
  3. dieselインストール(mysql版)

Chapter6 WebAssembly

  1. cargo-generate
  2. wasm-pack
  3. wasm-bindgen
  4. web-sys

Chapter7 GUIアプリケーション

  1. GTK
  2. Iced
  3. Conrod
  4. glium
  5. winit
  6. imgui-rs
  7. gfx
  8. OrbTk

Chapter8 組み込みシステム

  1. xargo
  2. std Aware Cargo
  3. cross
  4. cortex-m-semihosting
  5. cortex-m-rt
  6. embedded-hal
  7. stm32f4xx-hal
  8. alloc
  9. heapless
  10. cortex-m-rtic

参考資料

  1. Embedded devices Working Group
  2. Awesome Embedded Rust
  3. The Embedded Rust Book
  4. Discovery
  5. The Embedonomicon

OS(Redox,Fuchsia,Tock,OpenTitan)

  1. Redox
  2. Fuchsia
  3. Tock
  4. OpenTitan
  5. Writing an OS in Rust
  6. Operating System development tutorials in Rust on the Raspberry Pi

実験記録

  1. rust-raspberrypi-OS-tutorials Tutorial00翻訳

Chapter9 開発ツール

  1. rustfmt
  2. clippy
  3. cargo-tarpaulin(コードカバレッジ)
  4. criterion
  5. flamegraph
  6. hyperfine
  7. GitHub Actions

Chapter10 プロダクトをリリースする

  1. rustsec.org
  2. cargo-audit
  3. cargo-crev
  4. cargo-fuzz
  5. LibFuzzer

Chapter11 いろいろなRustの発展的Tips

実験記録

  1. 「実践Rustプログラミング入門」に入門する(4日目)RubyからRustを呼ぶ
3
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?