Commits


Andy Grove authored and Krisztián Szűcs committed e881aef02eb
ARROW-2467: [Rust] Add generated IPC code I generated the IPC code after installing the flatbuffers release available via conda but still had to manually modify the code to make it compile due to these issues with flatbuffers: https://github.com/google/flatbuffers/issues/5052 https://github.com/google/flatbuffers/issues/5053 https://github.com/google/flatbuffers/issues/5054 I think this is the best we can do for now. Author: Andy Grove <andygrove73@gmail.com> Closes #4021 from andygrove/rust-ipc and squashes the following commits: 7a549be9e <Andy Grove> encode field data type ab769bba5 <Andy Grove> delete file a81bee9b3 <Andy Grove> fix CI 1bbc4a76b <Andy Grove> Update README 83f3b4c06 <Andy Grove> Add generated IPC code