Skip to content
relasense-rust 1.2.0 + realsense-sys 2.54.2

This release is mostly a maintenance update, but should pull in any
underlying changes from the librealsense2 2.54.2 release.

Added:
- New Rs2FrameMetadata variants with the realsense-sys 2.54.2 release.
- New Rs2Option variants with the realsense-sys 2.54.2 release.

Changed:
- Realsense-sys is now by default tied to the 2.54.2 release.

Fixed:
- `from_path` will no longer attempt to append an extra null byte at the
  end of the constructed CString on Unix platforms.