es51986 0.1.4

ES51986 data decoder library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
![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