bodkin-derive

Crates.iobodkin-derive
lib.rsbodkin-derive
version0.1.16
created_at2024-12-29 15:51:07.254617+00
updated_at2025-01-09 13:53:39.029525+00
descriptionProc macro to simplify the integration of Arrow Data.
homepage
repositoryhttps://github.com/winding-lines/bodkin
max_upload_size
id1498307
size27,764
Marius S (winding-lines)

documentation

https://docs.rs/bodkin

README

Bodkin

Bodkin is a proc-macro to interface your application to the rest of the arrow ecosystem. It can be used to write training pipelines in Rust.

One of the meanings of bodkin is "arrow tip".

Overview

Apache Arrow is a high performance in memory data representation. Arrow is columnar based and code is frequently row based. This project assumes that the user defines Rust structs for the row representation. It will provide proc macros to derive the batch representation as a struct of arrow arrays.

See the docs for more informationl.

Commit count: 24

cargo fmt