#marker #helper #proc-macro #test

is_not_tested

cargo-is-tested 提供辅助属性,以及 is_tested

1 个不稳定版本

0.1.0 2023 年 1 月 1 日

#46 in #marker

MIT 许可协议

4KB

is_not_tested

此软件包提供了属性 is_not_tested,该属性不会将输入转换为任何内容,它只是 cargo-is-tested 软件包的一个标记。

该软件包应与 cargo-is-tested 一起使用。没有该二进制文件将没有任何作用。

用法

use is_not_tested::is_not_tested;

#[is_not_tested]
fn my_function() {
	// [...]
}

lib.rs:

这是 cargo-is-tested 的支持库。除非正在使用 cargo-is-tested 软件包,否则此软件包没有任何意义。

依赖项

~2MB
~42K SLoC