Crates.io | pinch |
lib.rs | pinch |
version | 0.1.0 |
source | src |
created_at | 2021-12-15 07:19:54.272063 |
updated_at | 2021-12-15 07:19:54.272063 |
description | An extensible static site generator. |
homepage | |
repository | |
max_upload_size | |
id | 498134 |
size | 20,154 |
fn main() {
Pinch::from_file("example_apps/complex/inapinch.toml").build_with_defaults();
}
NOTE: Run from root directory
cargo fmt && cargo clippy --workspace --all-targets -- && cargo test --