#author("2025-01-07T10:28:15+00:00","default:yoya","yoya")
- https://www.rust-lang.org/
- https://github.com/rust-lang/rust
- https://ja.wikipedia.org/wiki/[https://ja.wikipedia.org/wiki/Rust_(%E3%83%97%E3%83%AD%E3%82%B0%E3%83%A9%E3%83%9F%E3%83%B3%E3%82%B0%E8%A8%80%E8%AA%9E) Rust (プログラミング言語)]
- [[FireDBG]] (デバッガー)
*入門 [#tdd1bc94]
- Hello World
-- http://rustbyexample.com/hello.html
- The Rust Programming Language
-- https://github.com/rust-lang/book
- [[RustAnalyzer]]
- [[Rust/OpenGL]]
* 配列 [#j381e66a]
- Rustで配列を『安全に』初期化する方法
-- https://qiita.com/mp2147483647/items/a14b89450f24679f6c0e
* 画像 [#y5a10a18]
- https://docs.rs/image/0.19.0/image/
- https://github.com/PistonDevelopers/image
* アプリケーション [#c80412d9]
- [[XiEditor]]
** ライブラリ [#n8a527a1]
- [[Plotters]]
- [[Rust/egui]]
** ラッパー [#m22efb87]
- https://github.com/twistedfall/opencv-rust
*** C ライブラリ [#sbc3432d]
- [[librsvg]]
- [[rav1e]]
* OS [#zabf1c0a]
- [[Reenix]]
* その他 [#zc119e8c]
- rustでCで書いた関数を呼ぶ / Cからrustで書いた関数を呼ぶ
-- http://mmi.hatenablog.com/entry/2017/02/28/213656
- https://github.com/image-rs
-- http://blog.piston.rs/2019/04/15/transitioning-to-image-rs/
- Rust Memory Container Cheat-sheet
-- https://qiita.com/usagi/items/fc329895cebd3466910e
- Rustでつくるx86アセンブラ
-- https://speakerdeck.com/sisshiki1969/shinjuku-dot-rs-number-15-rustdetukurux86asenbura
- 組み込みRustの歩き方Edition 2021
-- https://speakerdeck.com/tomoyuki/how-to-learn-embedded-rust-edition-2021
- 自作のRust製エミュレーターをWebブラウザーで動くようにした
-- https://zenn.dev/tanakh/articles/rust-emulator-in-browser
* 関連 [#rel]
- [[Mozilla]]
- [[Ocaml]]
- [[LLVM]]