libexail 0.1.0

A rust library for communicating with Exail devices through their binary protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
description = "A rust library for communicating with Exail devices through their binary protocol"
edition = "2024"
name = "libexail"
version = "0.1.0"
license = "MPL-2.0"
repository = "https://github.com/saronic-technologies/libexail-rs"
readme = "README.md"

[dependencies]
binrw = "0.15"
serde = { version = "1.0", features = ["derive"] }
thiserror = "2.0"
tracing = "0.1"

[dev-dependencies]
anyhow = "1.0"
clap = { version = "4.0", features = ["derive"] }