bin2bcd 0.0.1

Binary-BCD-Binary conversion using double-dabble algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Dariusz Depta <wisbery@users.noreply.github.com>"]
categories = ["command-line-utilities"]
description = "Binary-BCD-Binary conversion using double-dabble algorithm"
documentation = "https://docs.rs/bin2bcd"
edition = "2021"
keywords = ["bcd", "double", "dabble"]
license = "MIT OR Apache-2.0"
name = "bin2bcd"
readme = "README.md"
repository = "https://github.com/wisbery/double-dabble.git"
version = "0.0.1"