RustでArrowを扱うのarrowクレートのメモ。
arrowは、Apache Arrow形式のデータを扱うクレート(ライブラリー)。
〜 [dependencies] arrow = "53.1.0"