bytesandbrains 0.3.6

Composable building blocks for decentralized + federated machine learning.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Build script for the `bytesandbrains` root crate.
//!
//! PLAN tender-noodling-sky Phase 4a — proto compilation has moved
//! to the `bb-ir` workspace crate. The root facade crate has no
//! build-time codegen of its own; this stub stays so cargo doesn't
//! warn on a vestigial `build = "build.rs"` declaration the
//! manifest may carry from earlier stages.

fn main() {
    // Nothing to do — bb-ir compiles the protos.
}