use Result;
use Config;
/// This build script compiles `message.proto` into Rust code.
///
/// `protoc-bin-vendored` bundles a pre-built `protoc` binary so the build
/// works on CI and developer machines without requiring a system-level protoc
/// installation.