1 Star 0 Fork 4

archane/third_party_rust_rust-std-candidates

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
RUST_CHANNEL ?= nightly
CRATES = matches show text_writer triable return_if_ok ref_filter_map
ifeq "$(RUST_CHANNEL)" "nightly"
CRATES += zip_longest
endif
# Unmaintained: mod_path
.PHONY: default
default: test
define ALL
.PHONY: $(1)
$(1): $(addprefix $(1)-,$(CRATES))
$(foreach crate,$(CRATES),$(eval $(call ONE,$(1),$(crate))))
endef
define ONE
.PHONY: $(1)-$(2)
$(1)-$(2):
cargo $(1) --manifest-path $(2)/Cargo.toml
endef
$(foreach command,test build clean publish,$(eval $(call ALL,$(command))))
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhai-peizhe/third_party_rust_rust-std-candidates.git
git@gitee.com:zhai-peizhe/third_party_rust_rust-std-candidates.git
zhai-peizhe
third_party_rust_rust-std-candidates
third_party_rust_rust-std-candidates
master

搜索帮助