Crates.io | rustmex_octave |
lib.rs | rustmex_octave |
version | 0.1.2 |
source | src |
created_at | 2023-02-27 11:37:28.967414 |
updated_at | 2023-06-04 11:08:22.05881 |
description | Rustmex libary to interface with Octave's MEX api |
homepage | |
repository | https://gitlab.com/nielstermeer/rustmex |
max_upload_size | |
id | 795871 |
size | 23,274 |
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.