docs: 开源规范化 — doc comments + 社区文件 + 示例代码 + crates.io 就绪
- 为 core 公开 API 添加完整 doc comments(rustdoc 可用) - 新增 .editorconfig / CONTRIBUTING / CODE_OF_CONDUCT / SECURITY - 新增 Issue 模板(bug + feature)+ PR 模板 - 新增 3 个代码示例(examples/) - 更新 Cargo.toml 元数据(description/repository/keywords/categories/MSRV) - 更新 README + CHANGELOG
This commit is contained in:
+4
-2
@@ -1,6 +1,6 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.0 (2026-06-18)
|
||||
## 0.1.0 (2026-06-19)
|
||||
|
||||
### Added
|
||||
|
||||
@@ -59,4 +59,6 @@
|
||||
- Web:axum 0.8 + tokio,编译期 HTML 嵌入 (include_str!)
|
||||
- 82 个测试(58 单元 + 24 集成)
|
||||
- NSIS Windows 安装包 + Docker Alpine 镜像
|
||||
- GitHub Actions 就绪(测试 + clippy + fmt)
|
||||
- 文档:API doc comments(rustdoc 可用)+ 3 个代码示例
|
||||
- 社区:CONTRIBUTING / CODE_OF_CONDUCT / SECURITY / Issue & PR 模板
|
||||
- 工程:.editorconfig / MSRV=1.87 / crates.io 就绪
|
||||
|
||||
Reference in New Issue
Block a user