bin2bcd 0.0.1

Binary-BCD-Binary conversion using double-dabble algorithm
Documentation
# Binary to BCD conversion

[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]
[![Apache 2.0 licensed][apache-badge]][apache-url]
[![Contributor Covenant][coc-badge]](https://github.com/wisbery/double-dabble/blob/main/CODE_OF_CONDUCT.md)

[crates-badge]: https://img.shields.io/crates/v/bin2bcd.svg
[crates-url]: https://crates.io/crates/bin2bcd
[mit-badge]: https://img.shields.io/badge/License-MIT-blue.svg
[mit-url]: https://github.com/wisbery/double-dabble/blob/main/LICENSE-MIT
[apache-badge]: https://img.shields.io/badge/License-Apache%202.0-blue.svg
[apache-url]: https://github.com/wisbery/double-dabble/blob/main/LICENSE-APACHE
[coc-badge]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg

## Overview

Rust implementation of binary to BCD and BCD to binary conversions using double-dabble algorithm.

## License

Licensed under either of

- [MIT license]https://opensource.org/licenses/MIT ([LICENSE-MIT]https://github.com/wisbery/double-dabble/blob/main/LICENSE-MIT), or
- [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0 ([LICENSE-APACHE]https://github.com/wisbery/double-dabble/blob/main/LICENSE-APACHE)

at your option.

## Contribution

All contributions intentionally submitted for inclusion in the work by you,
shall be dual licensed as above, without any additional terms or conditions.