//! Prost-generated proto bindings.
//!
//! Re-exports the modules produced by `bb-ir/build.rs` from the
//! canonical proto sources at the workspace root:
//!
//! - `proto/onnx-ml.proto` - vendored canonical ONNX schema
//! (Apache-2.0).
//! - `proto/bb_core.proto` - the framework's core schema covering
//! the wire envelope, slot-fill batching, peer identity, and
//! snapshots.
/// Vendored canonical ONNX schema (Apache-2.0). Source of
/// `ModelProto`, `GraphProto`, `NodeProto`, `ValueInfoProto`,
/// `TensorProto`, `AttributeProto`, etc. Matches `package onnx;`.
/// Framework core schema. Covers the wire envelope (`WireEnvelope`,
/// `OpsetId`, `WireCorrelation`, `CorrelationKind`), data-plane
/// batching (`SlotFillBatch`, `SlotFill`), peer identity
/// (`PeerProto`), and snapshots (`NodeSnapshotProto`,
/// `ComponentSnapshotProto`). Matches `package bb.core;`.
pub use function_to_graph_view;