Skip to content

Commit

Permalink
rust
Browse files Browse the repository at this point in the history
  • Loading branch information
PGzxc committed Jan 3, 2025
1 parent 868ef8e commit 6406e88
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ menu:
Crack: /crack.html
Unrealengine: /unrealengine.html
Xamarin: /Xamarin.html
Rust: /Rust.html
Course:
default: /course/ || fa fa-podcast
Image:
Expand Down
19 changes: 19 additions & 0 deletions source/navs/develop/Rust.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: 开发-Rust
date: 2025-01-03 15:18:50
description:
comments: false
---

## 一 视频教程

| 编号 | 名称(链接) | 备注 |
| :--: | :----------------------------------------------------------: | :-----: |
| 1 | [B站—Rust编程语言入门教程](https://www.bilibili.com/video/BV1hp4y1k7SV) | B站免费 |

## 二 文档教程

| 编号 | 名称(链接) | 备注 |
| :--: | :----------------------------------------------------------: | :------: |
| 1 | [Rust 程序设计语言](https://rustwiki.org/zh-CN/book/ch01-00-getting-started.html) | 中文文档 |
| 2 | [Rust 程序设计语言 简体中文版](https://rust.bootcss.com/title-page.html) | 中文文档 |

0 comments on commit 6406e88

Please sign in to comment.