// Copyright 2025 Alecks Gates
//// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
fnmain(){#[cfg(debug_assertions)]{println!("cargo:rerun-if-changed=schema/example.capnp");capnpc::CompilerCommand::new().file("schema/example.capnp").output_path("src/").run().expect("compiling schema");}}