ic-e8s 0.2.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
[package]
name = "ic-e8s"
description = "Fixed decimal point types for the Internet Computer with support for multiplication and division. Makes it easy to make finance calculations precisely."
license = "MIT"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
candid = "0.10"
serde = "1.0"
lazy_static = "1.4"
num-bigint = "0.4"
ic-stable-structures = "0.6"