From 75302067e357d8325381c9b767a7511b8793ec60 Mon Sep 17 00:00:00 2001 From: Miykael_xxm Date: Tue, 1 Dec 2020 11:34:05 +0800 Subject: [PATCH] =?UTF-8?q?budshome=20rust=20=E6=96=87=E6=A1=A3=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E9=95=9C=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/KaiserY/.gitkeep | 0 projects/KaiserY/improts.yml | 9 +++++++++ projects/chinanf-boy/.gitkeep | 0 projects/chinanf-boy/improts.yml | 9 +++++++++ projects/rust-lang-cn/.gitkeep | 0 projects/rust-lang-cn/improts.yml | 9 +++++++++ projects/zzy/.gitkeep | 0 projects/zzy/improts.yml | 33 +++++++++++++++++++++++++++++++ 8 files changed, 60 insertions(+) create mode 100644 projects/KaiserY/.gitkeep create mode 100644 projects/KaiserY/improts.yml create mode 100644 projects/chinanf-boy/.gitkeep create mode 100644 projects/chinanf-boy/improts.yml create mode 100644 projects/rust-lang-cn/.gitkeep create mode 100644 projects/rust-lang-cn/improts.yml create mode 100644 projects/zzy/.gitkeep create mode 100644 projects/zzy/improts.yml diff --git a/projects/KaiserY/.gitkeep b/projects/KaiserY/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/projects/KaiserY/improts.yml b/projects/KaiserY/improts.yml new file mode 100644 index 000000000..aa04823b9 --- /dev/null +++ b/projects/KaiserY/improts.yml @@ -0,0 +1,9 @@ +--- +group: + name: KaiserY + description: 'KaiserY' + projects: + - name: trpl-zh-cn + description: 'Rust 程序设计语言(第二版 & 2018 edition)' + mirrorRelease: false + topic: 'rust-book' \ No newline at end of file diff --git a/projects/chinanf-boy/.gitkeep b/projects/chinanf-boy/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/projects/chinanf-boy/improts.yml b/projects/chinanf-boy/improts.yml new file mode 100644 index 000000000..bdca53d2a --- /dev/null +++ b/projects/chinanf-boy/improts.yml @@ -0,0 +1,9 @@ +--- +group: + name: chinanf-boy + description: 'yobrave' + projects: + - name: cargo-book-zh + description: '中文翻译: cargo官书(草稿版) ❤️ 校对 ✅' + mirrorRelease: false + topic: 'cargo,rust' diff --git a/projects/rust-lang-cn/.gitkeep b/projects/rust-lang-cn/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/projects/rust-lang-cn/improts.yml b/projects/rust-lang-cn/improts.yml new file mode 100644 index 000000000..6bd859fa9 --- /dev/null +++ b/projects/rust-lang-cn/improts.yml @@ -0,0 +1,9 @@ +--- +group: + name: rust-lang-cn + description: 'Rust 中文资源' + projects: + - name: rust-by-example-cn + description: 'Rust By Example 中文版(包含在线代码编辑器)' + mirrorRelease: false + topic: 'rust,rust-by-example' \ No newline at end of file diff --git a/projects/zzy/.gitkeep b/projects/zzy/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/projects/zzy/improts.yml b/projects/zzy/improts.yml new file mode 100644 index 000000000..f1f844ed2 --- /dev/null +++ b/projects/zzy/improts.yml @@ -0,0 +1,33 @@ +--- +group: + name: zzy + description: '云上于天' + projects: + - name: actix-web-zh-cn + description: '《actix-web 中文文档》,同步、整理、实践,以及拓展自 actix 团队仓库和官网。' + mirrorRelease: false + topic: 'actix-web-chinese,actix-web-zh-cn,actix-web' + - name: rust-reference-zh-cn + description: '《Rust 参考手册》是 "The Rust Language Reference" 简体中文版,同步官方 nightly 版本' + mirrorRelease: false + topic: 'rust,rust-reference-chinese,rust-reference-zh-cn,rust-reference' + - name: rust-cookbook-zh-cn + description: '《Rust Cookbook 中文版》是 rust-lang-nursery 团队撰写的 "A Rust Cookbook" 的中文版本,同步官方仓库' + mirrorRelease: false + topic: 'rus,rust-cookbook-chinese,rust-cookbook-zh-cn,rust-cookbook' + - name: markdown-guide + description: 'Markdown 指南。' + mirrorRelease: false + topic: 'markdown,markdown-guide,markdown-chinese' + - name: juniper-book-zh-cn + description: 'Juniper 中文手册,同步最新开发版。' + mirrorRelease: false + topic: 'graphql-rust,juniper,juniper-chinese,juniper-documentation' + - name: awesome-rust-zh-cn + description: 'Rust棒棒哒!资源大全中文版。' + mirrorRelease: false + topic: 'rust,awesome-rust-chinese' + - name: rust-crate-guide + description: '内容规划中……' + mirrorRelease: false + topic: 'rust-cookbook-chinese,rust-cookbook-zh-cn,rust-cookbook rust' \ No newline at end of file -- GitLab