https://github.com/metatensor/dlpack
https://github.com/metatensor/dlpack
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/metatensor/dlpack
- Owner: metatensor
- License: apache-2.0
- Created: 2025-06-17T13:49:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-24T10:37:48.000Z (8 months ago)
- Last Synced: 2025-10-24T12:13:31.917Z (8 months ago)
- Language: Rust
- Size: 39.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# DLPack integration for Rust
This crate contains a direct translation of the C header for
[DLPack](https://github.com/dmlc/dlpack), which is intended to be used inside
Rust projects that want to offer a C API.
We also provide some tools to convert to and from Rust types, through the
following cargo features:
- `ndarray` to convert from and to `ndarray::Array`
- `pyo3` to convert from and to Python data, following the [python specification
for dlpack](https://dmlc.github.io/dlpack/latest/python_spec.html)