Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Rustの紹介
Search
hiroto333
April 15, 2025
Education
0
33
Rustの紹介
Rustについて簡単に紹介するスライドを作成しました.
hiroto333
April 15, 2025
Tweet
Share
More Decks by hiroto333
See All by hiroto333
Goの紹介
hiroto333
0
61
Reactの紹介
hiroto333
0
48
Runwayの紹介
hiroto333
0
27
Other Decks in Education
See All in Education
1216
cbtlibrary
0
150
JAPAN AI CUP Prediction Tutorial
upura
2
870
【洋書和訳:さよならを待つふたりのために】第1章 出会いとメタファー
yaginumatti
0
260
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
signer
PRO
1
2.8k
Generative AI Leader 認定試験範囲の解説
cloudace
0
130
子どものためのプログラミング道場『CoderDojo』〜法人提携例〜 / Partnership with CoderDojo Japan
coderdojojapan
PRO
4
18k
くまのココロンともぐらのロジ
frievea
0
180
Adobe Express
matleenalaakso
2
8.2k
Avoin jakaminen ja Creative Commons -lisenssit
matleenalaakso
0
2.1k
2025-12-19-LT
takesection
0
110
LotusScript でエージェント情報を出力してみた
harunakano
0
140
TeXで変える教育現場
doratex
1
16k
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
432
66k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
110
SEO Brein meetup: CTRL+C is not how to scale international SEO
lindahogenes
0
2.4k
The Curious Case for Waylosing
cassininazir
0
260
Building AI with AI
inesmontani
PRO
1
760
Efficient Content Optimization with Google Search Console & Apps Script
katarinadahlin
PRO
1
360
Documentation Writing (for coders)
carmenintech
77
5.3k
Building an army of robots
kneath
306
46k
New Earth Scene 8
popppiees
1
1.7k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
Fireside Chat
paigeccino
41
3.8k
Transcript
Rustの紹介
「Rustとは、最も愛されているプログラミング言語」 結論
Rust 概要 Mozillaが2015年にリリースしたプログラミング言語 C言語やC++の代替
特徴 Webアプリケーション開発 コマンドラインツールの開発 APIサーバーの開発 OSの開発 機械学習 フロントエンド開発 ゲーム開発 ブロックチェーン開発
Rustでできること
特徴 安全性が高い 並行処理が出来る 処理速度が速い Rustの特徴
特徴 C言語,C++よりメモリ管理が楽 「所有権」という概念 メモリによる脆弱性を未然に防ぎ安全性を担保 安全性が高い
特徴 標準ライブラリ「thread::span」 並列処理ライブラリ「Rayon」 並行処理が出来る
特徴 CPUが実行できる命令数の比較 Rust>C言語 処理速度が速い
使用事例 Firefox Dropbox Cookpad Rustの使用事例
魅力 環境構築が楽 書いていて気持ちいい! Rustの魅力
魅力 Rustが一位に Stack Overflow Developer Survey 2021
「Rustとは、最も愛されているプログラミング言語」 結論
ご清聴ありがとうございました