rustmex-entrypoint 0.3.0

Rustmex: providing convenient Rust bindings to Matlab MEX API's
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "1.0"

[lib]
proc-macro = true

[package]
description = "Rustmex: providing convenient Rust bindings to Matlab MEX API's"
edition = "2021"
keywords = ["Matlab", "MEX", "ffi", "matrix", "science"]
license = "MPL-2.0"
name = "rustmex-entrypoint"
repository = "https://gitlab.com/nielstermeer/rustmex"
version = "0.3.0"