dtolnay/cargo-tally

Support Cargo's "namespaced features"

开放

#55 创建于 2022年3月16日

 (1 条评论) (0 个反应) (0 位负责人)Rust (11 个派生)github user discovery
help wanted

仓库指标

星标
 (255 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Reference:

Example:

[dependencies]
ravif = { version = "0.6.3", optional = true }
rgb = { version = "0.8.25", optional = true }

[features]
avif = ["dep:ravif", "dep:rgb"]

贡献者指南