polars-ffi 0.44.2

FFI utils for the Polars project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "polars-ffi"
version = { workspace = true }
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
description = "FFI utils for the Polars project."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
arrow = { workspace = true }
polars-core = { workspace = true }