1 2 3 4 5 6 7 8 9
# 发布 ````bash cargo publish ```` # 代码检查 ````bash cargo clippy --all-targets --all-features -- -D warnings ````