| Crates.io | parquet-format-safe |
| lib.rs | parquet-format-safe |
| version | 0.2.4 |
| created_at | 2022-08-10 16:48:37.918201+00 |
| updated_at | 2022-08-17 16:04:23.385132+00 |
| description | Safe Parquet and Thrift reader and writer (sync and async) |
| homepage | https://github.com/jorgecarleitao/parquet-format-safe |
| repository | https://github.com/jorgecarleitao/parquet-format-safe |
| max_upload_size | |
| id | 642727 |
| size | 508,840 |
This crate contains an implementation of Thirft and generated Rust code associated to Parquet's thrift definition.
Note that this crate does not contain functionality to read the parquet format. See parquet2 for such functionality.
sync and async read APIsync and async write APIIt must be used with the fork of thrift's compiler available at https://github.com/jorgecarleitao/thrift/tree/safe .