thalo_runtime 0.8.0

A high-performance event sourcing runtime utilizing WebAssembly an embedded event store.
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/thalo.proto")?;
    Ok(())
}