rustmex_octave

Crates.iorustmex_octave
lib.rsrustmex_octave
version0.1.2
sourcesrc
created_at2023-02-27 11:37:28.967414
updated_at2023-06-04 11:08:22.05881
descriptionRustmex libary to interface with Octave's MEX api
homepage
repositoryhttps://gitlab.com/nielstermeer/rustmex
max_upload_size
id795871
size23,274
(nielstermeer)

documentation

README

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.

Commit count: 189

cargo fmt