# リンク集

### 公式サイト

* [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/)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://toshio.gitbook.io/icp-rust-cdk/reference/link.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
