dollar 0.1.1

This lib have some financial functions tested and ready to use.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dollar"
authors = ["Andre <andre.rodrigues9911@gmail.com>"]
version = "0.1.1"
edition = "2021"
description = "This lib have some financial functions tested and ready to use." 
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/tommatti99/dollar"

[dependencies]
wasm-bindgen = "0.2.92"

[lib]
crate-type = ["cdylib", "rlib"]