is_not_tested

Crates.iois_not_tested
lib.rsis_not_tested
version0.1.0
sourcesrc
created_at2023-01-01 12:31:02.807452
updated_at2023-01-01 12:31:02.807452
descriptionHelper attribute for `cargo-is-tested`, along with `is_tested`
homepage
repositoryhttps://github.com/blyxyas/cargo-is-tested/tree/master/is_not_tested
max_upload_size
id748835
size3,225
Alejandra González (blyxyas)

documentation

README

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() {
	// [...]
}
Commit count: 73

cargo fmt