realsense-sys 0.1.0

Use RealSense SDK C library as crate
docs.rs failed to build realsense-sys-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: realsense-sys-2.54.3

realsense-sys

Use RealSense C library as Rust crate

Usage

This crate finds and links RealSense SDK version 2 at minimum. It detects realsense2.pc using pkg-config and finds the headers and shared libraries accordingly.

To use this crate, add this line in your Cargo.toml.

realsense-sys = "^0.1.0"