#marker #helper #proc-macro #test

macro is_not_tested

Helper attribute for cargo-is-tested, along with is_tested

1 unstable release

0.1.0 Jan 1, 2023

#43 in #marker

MIT license

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

~1.5MB
~40K SLoC