mirror of
https://github.com/speice-io/marketdata-shootout
synced 2026-05-01 05:20:19 -04:00
Add all the IEX parsers
This commit is contained in:
8
build.rs
8
build.rs
@ -7,11 +7,13 @@ fn main() {
|
||||
.src_prefix("")
|
||||
.file("marketdata.capnp")
|
||||
.output_path("src/")
|
||||
.run().expect("Unable to compile capnpc");
|
||||
.run()
|
||||
.expect("Unable to compile capnpc");
|
||||
|
||||
flatc_rust::run(flatc_rust::Args {
|
||||
inputs: &[Path::new("marketdata.fbs")],
|
||||
out_dir: Path::new("src/"),
|
||||
..Default::default()
|
||||
}).expect("Unable to compile flatc");
|
||||
}
|
||||
})
|
||||
.expect("Unable to compile flatc");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user