opentok-rs-sys

Crates.ioopentok-rs-sys
lib.rsopentok-rs-sys
version1.0.4
sourcesrc
created_at2021-11-12 09:19:46.919202
updated_at2022-02-10 14:20:44.995335
descriptionRust FFI bindings for OpenTok SDK
homepage
repositoryhttps://github.com/opentok-rust/opentok-rs
max_upload_size
id480862
size127,487
Philippe Normand (philn)

documentation

https://opentok-rust.github.io/opentok-rs/opentok_rs_sys/

README

Rust FFI bindings for OpenTok Linux SDK

OpenTok Linux SDK FFI bindings for Rust.

These bindings are providing unsafe FFI API that can be used to interface with OpenTok.

The bindings are autogenerated with bindgen with some minor manual changes.

The current generation is driven by the build script. The equivalent bindgen invocation is:

bindgen libopentok/include/opentok.h -o src/bindings.rs  --whitelist-function 'otc_.*' --whitelist-var 'OTC_.*'

The current SDK version is: 2.19.1

Commit count: 115

cargo fmt