ic-e8s 0.1.1

Fixed decimal point types for the Internet Computer with support for multiplication and division. Makes it easy to make finance calculations precisely.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.candid]
version = "0.10"

[dependencies.lazy_static]
version = "1.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.serde]
version = "1.0"

[package]
description = "Fixed decimal point types for the Internet Computer with support for multiplication and division. Makes it easy to make finance calculations precisely."
edition = "2021"
license = "MIT"
name = "ic-e8s"
version = "0.1.1"