tboard 0.1.1

Write and read tensorboard files.
Documentation
1
2
3
4
5
6
use std::io::Result;

fn main() -> Result<()> {
    prost_build::compile_protos(&["src/event.proto"], &["src/"])?;
    Ok(())
}