1 unstable release
0.1.0 | Jan 1, 2023 |
---|
#46 in #marker
4KB
is_not_tested
This crate provides the attribute is_not_tested
, this attribute won't convert your input to anything, it's just a marker for the cargo-is-tested
crate.
The crate is supposed to be used with the cargo-is-tested
. It is useless without the binary
Usage
use is_not_tested::is_not_tested;
#[is_not_tested]
fn my_function() {
// [...]
}
lib.rs
:
This is a supporting library for the cargo-is-tested
. There is no interest in this crate unless the cargo-is-tested
crate is being used.
Dependencies
~2MB
~42K SLoC