1 unstable release

0.1.0-alpha Jul 5, 2024

#139 in Value formatting


Used in dlcns

MIT license

48KB
1K SLoC

dlwp

        DarkLight Web Protocol Library

This library is used for interacting with darklight_driver to create or connect to DarkLight streams and send or receive Messages. Documentation can be found on docs.rs, examples can be found in the tests and test_streams/

Requirements

As mentioned in the darklight_driver setup, libudev is needed to compile on Linux OSes if the use_io feature is enabled.

Features in 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"]

Dependencies

~3.5–6MB
~173K SLoC