arrow_extendr 49.0.0

Enables the use of arrow-rs in R using extendr and nanoarrow
Documentation
[dependencies.arrow]
features = ["ffi"]
version = "49.0.0"

[dependencies.extendr-api]
version = ">=0.6.0"

[lib]
crate-type = ["staticlib", "lib"]
name = "arrow_extendr"

[package]
authors = ["Josiah Parry<josiah.parry@gmail.com>"]
categories = ["development-tools::ffi"]
description = "Enables the use of arrow-rs in R using extendr and nanoarrow"
edition = "2021"
include = ["src/*", "Cargo.toml", "README.md"]
keywords = ["arrow", "extendr", "rstats"]
license = "MIT OR Apache-2.0"
name = "arrow_extendr"
readme = "README.md"
repository = "https://github.com/josiahparry/arrow-extendr"
version = "49.0.0"