2 unstable releases
0.2.0 | Aug 3, 2020 |
---|---|
0.1.0 | Dec 28, 2019 |
#344 in No standard library
22 downloads per month
Used in sps30
15KB
174 lines
hdlc
Sensirion HDLC Framing Description
Only frames the data. Rust implementation of Sensirion High-level Data Link Control (HDLC) library.
Usage
Add sensirion-hdlc
to Cargo.toml
[dependencies]
sensirion-hdlc = "^0.1.0"
or
[dependencies.sensirion-hdlc]
git = "https://github.com/iohe/sensirion-hdlc"
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT License (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~70KB