bcd 0.1.0

Binary coded decimal library
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Peter Majchrak <petoknm@gmail.com>"]
description = "Binary coded decimal library"
keywords = ["bcd", "binary", "decimal", "number", "precision"]
license = "GPL-3.0"
name = "bcd"
readme = "README.md"
repository = "https://gitlab.com/petoknm/bcd"
version = "0.1.0"

[profile.release]
lto = true