tinybufr 0.1.2

A decoder for BUFR meteorological data format
Documentation
1
2
3
4
5
6
7
8
9
10
11
# tinybufr

[![Test](https://github.com/MIERUNE/tinybufr/actions/workflows/Test.yml/badge.svg)](https://github.com/MIERUNE/tinybufr/actions/workflows/Test.yml)
[![codecov](https://codecov.io/gh/MIERUNE/tinybufr/graph/badge.svg?token=KhpXCKQRB5)](https://codecov.io/gh/MIERUNE/tinybufr)

A Rust library for decoding BUFR meteorological data format, implemented as an event-driven "pull" parser.

## Authors

- Taku Fukada ([@ciscorn]https://github.com/ciscorn) - Orignal Author
- and [all contributors]https://github.com/MIERUNE/tinybufr/graphs/contributors!