razor-rpc is a modular, pluggable RPC for high throughput scenario, supports various runtimes,
with a low-level streaming interface, and high-level remote API call interface.
#!/bin/bashmake fmt||exit 1# re add the files since changed by fmtfiles=$(git diff --cached --name-only --diff-filter=ACM|grep'.rs$')for f in$files;doecho"git add $f"git add $fdoneexit 0