biurs-core 0.2.2

core library for biurs
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::configure().compile(&["proto/service.proto"], &["proto"])?;
    Ok(())
}