binary-reader
-------------
[![Crates][CratesIOBadge]][CratesIO]
[![MIT License][LicenseBadge]][License]
[![Documentation][DocsRsBadge]][DocsRs]
[![Dependency Status][DepsRsBadge]][DepsRs]
[![Continuous Integration][GithubActionsBadge]][GithubActions]
[![FOSSA Status][FOSSAShieldBadge]][FOSSAShield]
[![Codecov Coverage Status][CodecovBadge]][Codecov]
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg)](#contributors)
A binary reader for rust-lang. for step by step.
It's a minimal `byteorder` wrapper for read bytes.
Example
-------
See [examples](examples/) folder.
TODO
----
* Reference Document
* Code Optimize
* More tests and examples
Contributors
------------
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
LICENSE
-------
[The MIT License (MIT)](LICENSE.md)
[![FOSSA Status][FOSSALargeBadge]][FOSSALarge]
[CratesIO]: https://crates.io/crates/binary-reader
[CratesIOBadge]: https://img.shields.io/crates/v/binary-reader.svg
[License]: https://github.com/MPThLee/binary-reader.rs/blob/master/LICENSE.md
[LicenseBadge]: https://img.shields.io/github/license/MPThLee/binary-reader.rs.svg
[DocsRs]: https://docs.rs/binary-reader
[DocsRsBadge]: https://docs.rs/binary-reader/badge.svg
[DepsRs]: https://deps.rs/repo/github/mpthlee/binary-reader.rs
[DepsRsBadge]: https://deps.rs/repo/github/mpthlee/binary-reader.rs/status.svg
[FOSSAShield]: https://app.fossa.com/projects/git%2Bgithub.com%2FMPThLee%2Fbinary-reader.rs?ref=badge_shield
[FOSSAShieldBadge]: https://app.fossa.com/api/projects/git%2Bgithub.com%2FMPThLee%2Fbinary-reader.rs.svg?type=shield
[FOSSALarge]: https://app.fossa.com/projects/git%2Bgithub.com%2FMPThLee%2Fbinary-reader.rs?ref=badge_large
[FOSSALargeBadge]: https://app.fossa.com/api/projects/git%2Bgithub.com%2FMPThLee%2Fbinary-reader.rs.svg?type=large
[GithubActions]: https://github.com/MPThLee/binary-reader.rs/actions/workflows/ci.yml
[GithubActionsBadge]: https://github.com/MPThLee/binary-reader.rs/actions/workflows/ci.yml/badge.svg
[Codecov]: https://codecov.io/gh/MPThLee/binary-reader.rs
[CodecovBadge]: https://codecov.io/gh/MPThLee/binary-reader.rs/branch/master/graph/badge.svg?token=uFbO1DSJvd