Requirements
- Rust ≥ 1.76 (stable)
- The native FFI lib
telequick_core_ffi.so/.dylib/.dllsomewhere on disk — the SDK loads it dynamically vialibloading.
Add the dependency
quinn internally for QUIC transport.
Locating the FFI lib
Unlike the Go and .NET SDKs, the Rust SDK does not assume a system library path. You pass the absolute path to the.so to TeleQuickClient::new:
Custom search
A common pattern: read fromTELEQUICK_LIB_PATH first, fall back to an OS
default: