wstp-sys 0.6.0

Low-level FFI bindings to the Wolfram Symbolic Transfer Protocol (WSTP) C API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![allow(
    non_snake_case,
    non_upper_case_globals,
    non_camel_case_types,
    improper_ctypes
)]

// Ensure that linker flags from link-cplusplus are used.
extern crate link_cplusplus;

// The name of this file comes from `build.rs`.
include!(env!("CRATE_WSTP_SYS_BINDINGS"));