Skip to main content

Crate dlpack_rs

Crate dlpack_rs 

Source
Expand description

Portable DLPack bindings: raw FFI (ffi), safe builders (safe), and optional pyo3 capsule glue (feature pyo3).

Modulesยง

ffi
Re-export of auto-generated DLPack FFI bindings from the inlined sys module. The bindgen-generated types replace the former hand-written structs.
safe
Safe builders over the DLPack ABI, with ownership-correct deleters.