jmc-tools 1.0.0

Utils for Rust daily coding.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
中文   |   [English]README.md

# jmc-tools


## 介绍


提供大量的工具函数,简化日常 Rust 开发。

## 用法


在 **Cargo.toml** 中添加依赖:
```toml
[dependencies]
jmc-tools = "latest version"
```