wstp_sys/
lib.rs

1#![allow(
2    non_snake_case,
3    non_upper_case_globals,
4    non_camel_case_types,
5    improper_ctypes
6)]
7
8// Ensure that linker flags from link-cplusplus are used.
9extern crate link_cplusplus;
10
11
12// The name of this file comes from `build.rs`.
13include!(env!("CRATE_WSTP_SYS_BINDINGS"));