This is a work in progress. Contributions gladly accepted!
The mxnet crate defines a high-level Rust API for mxnet using the
mxnet-sys crate.
To use mxnet-sys, you'll need to build and install libmxnet.so where
Cargo can find it. For example, copy libmxnet.so to /usr/local/lib.
For details on how to build libmxnet.so, please see the mxnet project.
Distributed under the ISC License.