[−][src]Crate rust_swig
rust_swig is a Rust Simplified Wrapper and Interface Generator used
to connect other programming languages to Rust.
It is designed to be used from
cargo build scripts.
The idea of this softwared based on swig.
More details can be found at
README
Modules
| file_cache |
Structs
| CppConfig | Configuration for C++ binding generation |
| CppOptionalIter | |
| CppStrViewIter | |
| CppVariantIter | |
| Generator |
|
| JavaConfig | Configuration for Java binding generation |
| PythonConfig | Configuration for Java binding generation |
Enums
| CppOptional | To which |
| CppStrView | To whcih |
| CppVariant | To which |
| JavaReachabilityFence | What reachability fence to use |
| LanguageConfig |
|
Functions
| target_pointer_width_from_env | Calculate target pointer width from environment variable
that |