2 Star 1 Fork 1

ohos-rs / ohos-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
justfile 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ranger 提交于 2023-11-20 17:02 . fix: fix feature flag failed
#!/usr/bin/env -S just --justfile
_default:
@just --list -u
init:
cargo binstall typos-cli taplo-cli -y
ready:
#git diff --exit-code --quiet
typos
cargo fmt
just check
just lint
git status
lint:
cargo lint -- --deny warnings
check:
cargo ck
fmt:
cargo fmt
taplo format
Rust
1
https://gitee.com/ohos-rs/ohos-rs.git
git@gitee.com:ohos-rs/ohos-rs.git
ohos-rs
ohos-rs
ohos-rs
ohos

搜索帮助