Skip to content

rust-zh/faq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

83 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust 常见疑问汇总

在中文 Telegram 讨论群 Rust 众的讨论中常见疑问及相关解答的汇总。

贡献

本仓库的代码主要是一个 Rust 编写的页面生成器,内容在 content 目录中,每个问题一个 Markdown 文件。欢迎贡献。

授权

content 目录下的内容采用 CC0 授权,其他代码采用 GPLv3 授权。

GPLv3

Copyright (C) 2020-2021  Xidorn Quan

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.