1 2 3 4 5 6 7
use vergilius::generate::bindings::generate_bindings; use anyhow::Result; fn main() -> Result<()> { generate_bindings() }