1 unstable release

0.1.0 Dec 15, 2021

#38 in #root-directory

MIT license

21KB
469 lines

pinch

Usage

fn main() {
    Pinch::from_file("example_apps/complex/inapinch.toml").build_with_defaults();
}

Running Unit Tests

NOTE: Run from root directory

cargo fmt && cargo clippy --workspace --all-targets -- && cargo test --

Dependencies

~4–5MB
~106K SLoC