Finalize the message format

This commit is contained in:
2019-08-22 19:53:22 -04:00
parent 0175a17269
commit c9e5018d14
6 changed files with 252 additions and 55 deletions

View File

@ -4,8 +4,6 @@
pub mod marketdata_capnp;
pub mod marketdata_generated; // Flatbuffers
pub mod marketdata_custom;
fn main() {
println!("Hello, world!");
}