docs.rs failed to build dlpack-rs-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
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
.