ptars 0.0.9

Fast conversion from protobuf to Apache Arrow and back
Documentation
[dependencies.arrow]
version = "57.1.0"

[dependencies.arrow-array]
version = "57.1.0"

[dependencies.arrow-schema]
version = "57.1.0"

[dependencies.chrono]
version = "0.4.42"

[dependencies.prost]
version = "0.14.1"

[dependencies.prost-reflect]
version = "0.16.3"

[lib]
name = "ptars"
path = "src/lib.rs"

[package]
authors = ["0x26res <0x26res@gmail.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "data-structures"]
description = "Fast conversion from protobuf to Apache Arrow and back"
edition = "2021"
homepage = "https://github.com/0x26res/ptars"
keywords = ["protobuf", "arrow", "serialization", "data"]
license = "Apache-2.0"
name = "ptars"
readme = "README.md"
repository = "https://github.com/0x26res/ptars"
version = "0.0.9"