dechdev_rs 0.1.5

A Rust library for DechDev, a decentralized development platform.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# dechdev rust utils


#### run test all


```
cargo test --test mod
```

#### run test some file


```
cargo test --test test_1
cargo test --test test_1
```