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
18
Rustの紹介
Rustについて簡単に紹介するスライドを作成しました.
hiroto333
April 15, 2025
Tweet
Share
More Decks by hiroto333
See All by hiroto333
Goの紹介
hiroto333
0
30
Reactの紹介
hiroto333
0
25
Runwayの紹介
hiroto333
0
15
Other Decks in Education
See All in Education
令和政経義塾第2期説明会
nxji
0
180
Common STIs in London: Symptoms, Risks & Prevention
medicaldental
0
140
Alumnote inc. Company Deck
yukinumata
0
1.8k
Education-JAWS #3 ~教育現場に、AWSのチカラを~
masakiokuda
0
220
社外コミュニティと「学び」を考える
alchemy1115
2
180
IUM-03-Short Series of Functions
kanaya
0
120
~キャラ付け考えていますか?~ AI時代だからこそ技術者に求められるセルフブランディングのすゝめ
masakiokuda
6
410
チーム開発における責任と感謝の話
ssk1991
0
130
AWSと共に英語を学ぼう
amarelo_n24
0
140
CHARMS-HP-Banner
weltraumreisende
0
630
みんなのコード 2024年度活動報告書/ 2025年度活動計画書
codeforeveryone
0
270
2026 g0v 零時政府年會啟動提案 / g0v Summit 2026 Kickstart
rschiang
0
180
Featured
See All Featured
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
How to Ace a Technical Interview
jacobian
279
23k
Automating Front-end Workflow
addyosmani
1370
200k
Visualization
eitanlees
147
16k
Rails Girls Zürich Keynote
gr2m
95
14k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.9k
Balancing Empowerment & Direction
lara
3
610
Making Projects Easy
brettharned
117
6.4k
Git: the NoSQL Database
bkeepers
PRO
431
66k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Optimizing for Happiness
mojombo
379
70k
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とは、最も愛されているプログラミング言語」 結論
ご清聴ありがとうございました