# hdlc [![Docs](https://docs.rs/sensirion-hdlc/badge.svg)](https://docs.rs/sensirion-hdlc) [![Build Status](https://travis-ci.org/iohe/sensirion-hdlc.svg?branch=master)](https://travis-ci.org/iohe/sensirion-hdlc) [![Downloads](https://img.shields.io/crates/d/sensirion-hdlc.svg?style=flat-square)](https://crates.io/crates/sensirion-hdlc/) [![Version](https://img.shields.io/crates/v/sensirion-hdlc.svg?style=flat-square)](https://crates.io/crates/sensirion-hdlc/) [![License](https://img.shields.io/crates/l/sensirion-hdlc.svg?style=flat-square)](https://crates.io/crates/sensirion-hdlc/) ![Maintenance Intention](https://img.shields.io/badge/maintenance-actively--developed-brightgreen.svg) ## Sensirion HDLC Framing Description > Only frames the data. Rust implementation of Sensirion High-level Data Link Control (HDLC) library. * [Crate](https://crates.io/crates/sensisirion-hdlc) * [Documentation](https://docs.rs/sensirion-hdlc/) * [Usage](#usage) * [License](#license) ## Usage Add `sensirion-hdlc` to `Cargo.toml` ```toml [dependencies] sensirion-hdlc = "^0.1.0" ``` or ```toml [dependencies.sensirion-hdlc] git = "https://github.com/iohe/sensirion-hdlc" ``` ## License Licensed under either of * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or ) * MIT License ([LICENSE-MIT](LICENSE-MIT) or ) 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.