Crates.io | dlpack-rs |
lib.rs | dlpack-rs |
version | 0.1.2 |
source | src |
created_at | 2022-07-16 22:30:23.888977 |
updated_at | 2023-01-13 06:28:58.219793 |
description | Rust bindings for the DLPack protocol |
homepage | https://crates.io/crates/dlpack-rs |
repository | https://github.com/kornia/dlpack-rs |
max_upload_size | |
id | 626955 |
size | 219,617 |
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
.