![CI](https://github.com/ruimo/es51986/workflows/Release/badge.svg) [![Crates.io](https://img.shields.io/crates/v/es51986.svg)](https://crates.io/crates/es51986) [![Docs.rs](https://docs.rs/es51986/badge.svg)](https://docs.rs/es51986) ![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg) # ES51986 data decode library ## How to use Please look into the [Parser's API doc](https://docs.rs/es51986/0.1.3/es51986/parser/struct.Parser.html) ## Examples The examples are under 'examples' directory. You can run each example specifying the directory name. cargo run --example simple