1 Star 1 Fork 0

aoseala / zei

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
范 辉 提交于 2021-08-19 20:30 . v0.1.4 (#18)
all: lint
lint:
cargo clippy --workspace
cargo clippy --workspace --tests
build:
cargo build
release:
cargo build --release
test:
cargo test --release --workspace
cargo test --release --workspace -- --ignored
bench:
cargo bench --workspace
fmt:
cargo fmt
Rust
1
https://gitee.com/Aoseala/zei.git
git@gitee.com:Aoseala/zei.git
Aoseala
zei
zei
master

搜索帮助