# rust

## Set up

* [Rust Magazine](https://rustmagazine.org/)
* [Set up your dev environment on Windows for Rust | Microsoft Learn](https://learn.microsoft.com/en-us/windows/dev-environment/rust/setup)
* [MSVC Prerequistes - The rustup book](https://rust-lang.github.io/rustup/installation/windows-msvc.html)
* [Windows 系统 Rust 安装教程：解决安装、下载及依赖下载慢问题 - Rust 安装慢 - CSDN 博客](https://blog.csdn.net/qq_46506007/article/details/129801570)

## Blog

* [三年全职 Rust 游戏开发，真要放弃 Rust 吗？-腾讯云开发者社区-腾讯云](https://cloud.tencent.com/developer/article/2415396)

### Copy Clone

* [What’s the difference between Copy and Clone?](https://doc.rust-lang.org/core/marker/trait.Copy.html#whats-the-difference-between-copy-and-clone)

### Serialize

* [rust - Can I serialize a subset of fields and use a function to deserialize the other fields without manually implementing Serialize or Deserialize? - Stack Overflow](https://stackoverflow.com/questions/68501125/can-i-serialize-a-subset-of-fields-and-use-a-function-to-deserialize-the-other-f)

#### Lines

* [cgag/loc: Count lines of code quickly.](https://github.com/cgag/loc)


---

# 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://okzkx.gitbook.io/blogs/game-tech/languages/rust.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.
