6 lines
104 B
Rust
6 lines
104 B
Rust
//! Binary entry point for `jsonshape`.
|
|
|
|
fn main() {
|
|
std::process::exit(jsonshape::main_entry());
|
|
}
|