sensirion-hdlc

Crates.iosensirion-hdlc
lib.rssensirion-hdlc
version0.2.0
sourcesrc
created_at2019-12-28 14:15:21.602898
updated_at2020-08-03 12:15:01.031635
descriptionSensirion HDLC implementation
homepagehttps://github.com/iohe/sensirion-hdlc
repositoryhttps://github.com/iohe/sensirion-hdlc.git
max_upload_size
id192953
size26,796
Ioan Herisanu (iohe)

documentation

https://docs.rs/sensirion-hdlc

README

hdlc

Docs Build Status Downloads Version License Maintenance Intention

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

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.

Commit count: 5

cargo fmt