An open API service indexing awesome lists of open source software.

https://github.com/startdusk/rs-xdiff


https://github.com/startdusk/rs-xdiff

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# rs-diff

## 功能
用于对比两个API的Response的不同

## 运行
```bash
cargo build

./target/debug/xdiff run -p todo -c ./fixtures/test.yml -e a=10 -e @b=2 -e %c=3 -e m=10
```