#rustmex #mex #matlab #ffi

sys rustmex_octave

Rustmex libary to interface with Octave's MEX api

2 releases

0.1.2 Jun 4, 2023
0.1.0 Feb 27, 2023

#6 in #rustmex


Used in rustmex

MPL-2.0 license

70KB
2K SLoC

Rustmex Octave backend

This crate is part of the Rustmex family of crates, providing convenient bindings to Matlab's and Octave's MEX APIs. This crate exposes well-known symbols for within Rustmex, binding to the Octave symbol names.

You should not need to depend on this crate directly. Instead consider enabling the octave feature flag on Rustmex, which selects this crate as the backend. If selected, you can use Rustmex with GNU/Octave. Notably, Matlab also still seems to implement this API version for backwards compatibility.

Dependencies

~275KB