sif 0.1.0

Small but convenient parameterized testing attribute macro for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
clippy:
    cargo clippy --all-targets --all-features -- -D warnings

test:
    cargo test --all

before-push:
    cargo fmt --all
    cargo clippy --all-targets --all-features -- -D warnings
    cargo test --all