Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 329 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 329 Bytes

WIP: dlpack-rs bindings

Project to autogenerate dlpack rust bindings. It should very simple, clone the project and download the submodules

Inside the project

git submodule update --init --recursive

Then run cargo build and it should appear a pack.rs in the root project folder. In order to test run cargo test.