Crate rerun_bindings
source ·Expand description
The Rerun Python Log SDK.
This provides bindings between Python and Rust. It compiles into a Python wheel using https://github.com/PyO3/pyo3.
§Feature flags
-
extra
— Extra features that aren’t ready to be included in release builds yet. -
pypi
— The features we turn on when building thererun-sdk
PyPi package for https://pypi.org/project/rerun-sdk/. -
extension-module
(enabled by default) — We need to enable thepyo3/extension-module
when building the SDK, but we cannot enable it when building tests and benchmarks, so we must make it an optional feature. -
nasm
— Enable faster native video decoding with assembly. You need to install nasm to compile with this feature. -
web_viewer
— Support serving a web viewer over HTTP withserve()
.Enabling this adds quite a bit to the binary size, since it requires bundling the viewer as wasm.
Modules§
Statics§
- GLOBAL 🔒