realsense-sys 2.56.5

Rust abstraction layer for the RealSense SDK C library
Documentation
1
2
3
4
5
6
7
8
#![doc = include_str!("../README.md")]
// Allow all warnings here -- Bindgen generates this file, we really don't care about individual
// warnings since we can't really do much about them, we'd have to fix bindgen upstream or
// librealsense2 itself.
#![allow(warnings)]
#![allow(missing_docs)]
#![allow(clippy::missing_docs_in_private_items)]
include!("../bindings/bindings.rs");