mnn-sys 0.1.2

Rust bindings for MNN, a lightweight deep neural network inference engine.
Documentation
1
2
3
4
// A few build systems refuses to build a target from pure object library
// without at least one source file
// This is a dummy cpp that is used to work around this limitation
static int dummy=0x1337;