https://github.com/engossoftware/double-dabble
Binary to BCD and BCD to binary conversions using double-dabble algorithm
https://github.com/engossoftware/double-dabble
Last synced: 4 months ago
JSON representation
Binary to BCD and BCD to binary conversions using double-dabble algorithm
- Host: GitHub
- URL: https://github.com/engossoftware/double-dabble
- Owner: EngosSoftware
- License: apache-2.0
- Created: 2023-10-15T13:47:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T14:05:50.000Z (over 1 year ago)
- Last Synced: 2025-01-21T16:12:01.996Z (5 months ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 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.