rplidar_rppal/
lib.rs

1//! RpLidar Wrapper Functionality
2//!
3//! This crate provides wrappers aroung the RpLidar A1 module, providing a cohesive way to interact
4//! with and interpret the lidar data coming in.
5
6pub mod rplidar_a1;