Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 738 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 738 Bytes

mnn-rs

Codecov GitHub Actions Workflow Status

Rust wrapper over alibaba/MNN c++ library with handwritten C wrapper over mnn

If you have nix you can just build the inspect binary with

nix build .#inspect

NOTES: On windows it will only compile with --release mode There's a few issues with rustc linking to msvcrt by default and anything compiled with /MTd will not link properly