1 2 3 4 5 6 7
//! Entry point for the `vs-app` GUI binary. use anyhow::Result; fn main() -> Result<()> { vs_app::run() }