# dlpark
A pure Rust implementation of [dmlc/dlpack](https://github.com/dmlc/dlpack).
Check [example/from_numpy](./example/from_numpy) for usage.
This implementation focuses on transferring tensor from Rust to Python.
## Quick Start
Pass opencv `Mat` to Python
```rust
TODO
```