Skip to main content

Crate cudf_cxx

Crate cudf_cxx 

Source
Expand description

§cudf-cxx

Low-level cxx bridge between Rust and libcudf’s C++ API.

This crate provides the raw FFI layer. Users should prefer the safe cudf crate instead.

§Architecture

Each libcudf module has a corresponding Rust bridge file and C++ shim:

Rust bridgeC++ shimlibcudf module
types.rstypes_shim.h/cppcudf/types.hpp
column.rscolumn_shim.h/cppcudf/column/
table.rstable_shim.h/cppcudf/table/