instrumentrs 0.1.0

A library for standardized control of (scientific) instruments from Rust.
Documentation
[dependencies.serialport]
optional = true
version = "4.7.2"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.rstest]
version = "0.25.0"

[features]
serial = ["serialport"]

[lib]
name = "instrumentrs"
path = "src/lib.rs"

[package]
authors = ["Reto Trappitsch <reto@galactic-forensics.space>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library for standardized control of (scientific) instruments from Rust."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "instrumentrs"
readme = "README.md"
repository = "https://github.com/trappitsch/instrumentRs/tree/main/instrumentRs"
version = "0.1.0"

[[test]]
name = "test_instrument"
path = "tests/test_instrument.rs"

[[test]]
name = "test_instrument_interface"
path = "tests/test_instrument_interface.rs"

[[test]]
name = "test_loopback"
path = "tests/test_loopback.rs"