rustlab
rustlab copied to clipboard
A link between Rust and Matlab
Rustlab - A sample project looking at calling Rust code from within Matlab
Details on this project can be found on my blog.
Running
Build the project with cargo build.
Copy librustlab.dylib and librustlab.a (platform dependant) from target/debug into src
Open Matlab and run test.m to see both the mex based and loadlibrary based method of calling the function.