> For the complete documentation index, see [llms.txt](https://okzkx.gitbook.io/blogs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://okzkx.gitbook.io/blogs/game-tech/languages/rust.md).

# 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)
