acts-channel 0.8.0

acts client channel for acts-server
Documentation
1
2
3
4
5
6
7
fn main() -> Result<(), Box<dyn std::error::Error>> {
    #[cfg(feature = "codegen")]
    tonic_build::configure()
        .out_dir("proto")
        .compile(&["acts.proto"], &["proto"])?;
    Ok(())
}