itchy-rust icon indicating copy to clipboard operation
itchy-rust copied to clipboard

NASDAQ ITCH parser in Rust

Results 4 itchy-rust issues
Sort by recently updated
recently updated
newest added

Fixes #8 Remove old, ignored tests - replace with a test that relies on an env variable set by the script Add the script to travis and rely on other...

At the moment, the code assumes that when we read to the buffer from a reader, it either fills the buffer totally or fills it to EOF. However I believe...

hey Alex, nice to meet you last night! Thanks again for working on this library. As I mentioned yesterday, it might be useful to add an integration test which downloads...

https://github.com/adwhit/itchy-rust/blob/master/src/enums.rs#L192 It should be ```diff - b"R" => RegS, + b"R " => RegS, ```