1 个不稳定版本
0.1.0-alpha | 2024年7月5日 |
---|
#105 in 值格式化
48 每月下载次数
用于 dlcns
48KB
1K SLoC
dlwp
暗光 Web 协议库
此库用于与 darklight_driver
交互以创建或连接到暗光流,发送或接收 Messages
。文档可在 docs.rs 上找到,示例可在 tests
和 test_streams/
中找到
需求
如 darklight_driver
的 设置 中所述,如果启用了 use_io
功能,则需要 libudev
来在 Linux 操作系统上编译。
Cargo.toml
中的功能
[features]
# Enable if testing a stream
test_stream = []
# If enabled the serde and serde_json crates will be publicly available from dlwp
include_serde = ["serde/serde_derive", "serde/std"]
# If enabled the chrono crate will be publicly available from dlwp
include_chrono = ["chrono"]
# Used by DarkLight driver, this is not needed for regular use
use_io = ["serialport"]
依赖关系
~3.5–6MB
~173K SLoC