moose 0.2.2

Encrypted learning and data processing framework
Documentation
1
2
3
4
5
6
7
fn main() -> Result<(), Box<dyn std::error::Error>> {
    #[cfg(target_os = "macos")]
    println!("cargo:rustc-link-search=native=/opt/homebrew/opt/openblas/lib");
    tonic_build::compile_protos("protos/choreography.proto")?;
    tonic_build::compile_protos("protos/networking.proto")?;
    Ok(())
}