https://github.com/startdusk/rs-xdiff
https://github.com/startdusk/rs-xdiff
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/startdusk/rs-xdiff
- Owner: startdusk
- License: mit
- Created: 2022-09-05T14:04:12.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T03:44:34.000Z (over 3 years ago)
- Last Synced: 2025-01-20T19:15:55.447Z (over 1 year ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.cn.md
- License: LICENSE
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
```