holy 0.2.1

Holy is a proc-macro library that provides helper macros.
Documentation
1
2
3
4
5
6
#[test]
fn tests() {
	let t = trybuild::TestCases::new();
	t.pass("tests/pass/*.rs");
	t.compile_fail("tests/fail/*.rs");
}