parquet-format-safe

Crates.ioparquet-format-safe
lib.rsparquet-format-safe
version0.2.4
sourcesrc
created_at2022-08-10 16:48:37.918201
updated_at2022-08-17 16:04:23.385132
descriptionSafe Parquet and Thrift reader and writer (sync and async)
homepagehttps://github.com/jorgecarleitao/parquet-format-safe
repositoryhttps://github.com/jorgecarleitao/parquet-format-safe
max_upload_size
id642727
size508,840
Jorge Leitao (jorgecarleitao)

documentation

README

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 and async read API
  • supports sync and async 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 .

Commit count: 43

cargo fmt