# Bootcamp

[Motoko Bootcamp](https://github.com/motoko-bootcamp/motoko-starter/tree/main)の内容をRust言語を使って実装してみようと思います。

筆者はICもRust言語も学習中の身であるため、実装の妥当性は保証しません。誤記、改善点等ございましたらご指摘いただけますとさいわいです。

| Rust実装                                                           | 参考元                                                                                                               |
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| [Calculator ➕✖️➖➗](/icp-rust-cdk/development/bootcamp/day1.md)   | [Motoko Bootcamp Day 1](https://github.com/motoko-bootcamp/motoko-starter/blob/main/days/day-1/project/README.MD) |
| [Homework diary 📔](/icp-rust-cdk/development/bootcamp/day2.md)  | [Motoko Bootcamp Day 2](https://github.com/motoko-bootcamp/motoko-starter/blob/main/days/day-2/project/README.MD) |
| [Student wall 🎨](/icp-rust-cdk/development/bootcamp/day3.md)    | [Motoko Bootcamp Day 3](https://github.com/motoko-bootcamp/motoko-starter/blob/main/days/day-3/project/README.MD) |
| [MotoCoin 🪙](/icp-rust-cdk/development/bootcamp/day4.md)        | [Motoko Bootcamp Day 4](https://github.com/motoko-bootcamp/motoko-starter/blob/main/days/day-4/project/README.MD) |
| [The Verifier 👨‍🏫](/icp-rust-cdk/development/bootcamp/day5.md) | [Motoko Bootcamp Day 5](https://github.com/motoko-bootcamp/motoko-starter/blob/main/days/day-5/project/README.MD) |
| [The Dapp 🚀](/icp-rust-cdk/development/bootcamp/day6.md)        | [Motoko Bootcamp Day 6](https://github.com/motoko-bootcamp/motoko-starter/blob/main/days/day-6/project/README.md) |


---

# 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/development/bootcamp.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.
