Lotus 0.1.1

Currency and Number formatting library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "Lotus"
version = "0.1.1"
authors = ["NerdyPepper <akshayoppiliappan@gmail.com>"]
edition = "2018"

description = "Currency and Number formatting library"
repository = "https://github.com/nerdypepper/lotus"
readme = "readme.md"
keywords = ["money", "formatting", "currency"]
categories = ["value-formatting", "command-line-interface"]
license = "MIT"

[dependencies]
derive_builder = "0.7.1"