quanttide-work 0.1.0-beta.6

知识工作领域 Rust 语言工具包
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 贡献指南

参与 quanttide-work Rust 库贡献的工作约定。

## 提交约定

Conventional Commits(`feat:` / `fix:` / `docs:` / `chore:`);破坏性变更标 `!` 并在 body 说明迁移方式。提交后默认推送到远端。

## 测试

```bash
cargo test
```