6 releases
0.2.4 | Aug 17, 2022 |
---|---|
0.2.3 | Aug 13, 2022 |
0.1.0 | Aug 10, 2022 |
#277 in Development tools
83,069 downloads per month
Used in 177 crates
(via parquet2)
495KB
11K
SLoC
parquet-format-safe
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.
- supports
sync
andasync
read API - supports
sync
andasync
write API - the write API returns the number of written bytes
- the read API is panic free
- the read API has a bound on the maximum number of possible bytes read, to avoid OOM.
It must be used with the fork of thrift's compiler available at https://github.com/jorgecarleitao/thrift/tree/safe .
Dependencies
~235KB