Files
MercuryToolbox/crates/jsonshape/src/main.rs
T

6 lines
104 B
Rust

//! Binary entry point for `jsonshape`.
fn main() {
std::process::exit(jsonshape::main_entry());
}