2 unstable releases
0.2.0 | May 27, 2021 |
---|---|
0.1.0 | Jan 10, 2021 |
#209 in #winapi
Used in zoom-sdk-windows
19KB
327 lines
zoom-sdk-windows-sys
FFI bindings to Zoom Windows Software Development Kit.
Build steps for Windows 10
- Visual Studio Build tools with Windows 10 SDK
- Install 32-bit target
rustup target add i686-pc-windows-msvc
- Install LLVM for bindgen
- Download the SDK from Github
- Add SDK
bin
directory with DLLs to PATH - Set environment variable
ZOOM_SDK_DIR=path\to\zoom-sdk-windows
TODO: Build script
lib.rs
:
Status: Work in progress, Unstable
FFI bindings to Zoom Windows Software Development Kit generated with bindgen.
Also contains C++ glue code for the virtual methods.
See also the official C++ SDK reference
No runtime deps
~0–2.6MB
~43K SLoC