nsrt 0.1.0

A Rust driver for the NSRT_mk4 sound level meter
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "nsrt"
version = "0.1.0"
edition = "2024"
description = "A Rust driver for the NSRT_mk4 sound level meter"
repository = "https://github.com/brandonweeks/nsrt"
license = "Apache-2.0"

[dependencies]
serialport = "4.7.1"
thiserror = "2.0.12"

[lints.clippy]
style = "warn"