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