> For the complete documentation index, see [llms.txt](https://toshio.gitbook.io/icp-rust-cdk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://toshio.gitbook.io/icp-rust-cdk/reference/link.md).

# リンク集

### 公式サイト

* [Internet Computer](https://internetcomputer.org/)
* [The DFINITY Foundation](https://dfinity.org/)

### ICP Rust CDK関連

* [Introduction to developing canisters in Rust](https://internetcomputer.org/docs/current/developer-docs/backend/rust/)
* [Rust sample code and applications](https://internetcomputer.org/docs/current/developer-docs/backend/rust/samples)
* [Docs.rs - Crate ic\_cdk](https://docs.rs/ic-cdk/latest/ic_cdk/index.html)

### 開発コミュニティ

* [Internet Computer Developer Forum](https://forum.dfinity.org/)
* [産学研究PJ『C3F』](https://www.c3f-iu-university.com/)

### ICP学習サイト

* [Encode Club](https://www.encode.club/)
  * [\[YouTube\] ICP Zero to Dapp Educate: The Internet Computer Protocol](https://www.youtube.com/watch?v=vSA_UFajHmQ)
  * [\[YouTube\] ICP Zero to Dapp Educate: Canisters — Smart Contracts on Steroids](https://www.youtube.com/watch?v=P3ngpMedCTE)
  * [\[YouTube\] ICP Zero to Dapp Educate:Internet Identity—A Secure and Privacy Preserving Identity for All Services](https://www.youtube.com/watch?v=7hIRDHoZy-k)
  * [\[YouTube\] ICP Zero to Dapp Educate: Connecting Canisters to the Web with HTTPS Outcalls—No Oracles Required](https://www.youtube.com/watch?v=FvMmB38UjVk)

### Rust関連

* [The Rust Programming Language](https://doc.rust-lang.org/book/) （[日本語版](https://doc.rust-jp.rs/book-ja/)）
* [Comprehensive Rust 🦀](https://google.github.io/comprehensive-rust/)
* [Asynchronous Programming in Rust](https://rust-lang.github.io/async-book/)
* [Rust API guidelines](https://github.com/rust-lang/api-guidelines) ([非公式日本語訳](https://sinkuu.github.io/api-guidelines/about.html))
* [Elegant Library APIs in Rust](https://deterministic.space/elegant-apis-in-rust.html)
* [Microsoft Learning - Take your first steps with Rust](https://learn.microsoft.com/training/paths/rust-first-steps/)
