lihaaf 0.1.2

Fast compile-fail and compile-pass test harness for Rust proc macros; a faster trybuild-style workflow
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Contributing

## First-time setup

After cloning, install the pre-commit guard:

    scripts/install-pre-commit-hook.sh

This catches accidental credential commits. See SECURITY.md for details on
the patterns detected, the placeholder convention for documentation examples,
and the bypass mechanism for legitimate false positives.