Initial rust rplidar implementation

This commit is contained in:
Piv
2022-03-30 16:18:32 +10:30
commit 1461814c27
3 changed files with 316 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "rplidar-rs"
version = "0.1.0"
edition = "2021"
[dependencies]
# https://docs.rs/serialport/4.0.1/serialport/index.html
serialport = "4.0.1"