Cargo Features

realsense-sys has no features set by default.

[dependencies]
realsense-sys = { version = "2.54.3", features = ["buildtime-bindgen", "docs-only"] }
default

- The default build. This uses RealSense v0.39 bindings, generated by bindgen
and imported into src/ via realsense-sys/bindings.

buildtime-bindgen = bindgen

- This activates bindgen during build time to rebuild the generated intel
bindings based off of the RealSense version that you are using. Running this feature is recommended if you're not on the latest version of the RealSense driver.

docs-only

Only build docs, don't link to anything

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build buildtime-bindgen?