formato 0.2.0

Convert numbers to string with customizable format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies]

[lib]
name = "formato"
path = "src/lib.rs"

[package]
categories = ["value-formatting", "localization", "internationalization", "accessibility", "parsing"]
description = "Convert numbers to string with customizable format"
edition = "2021"
homepage = "https://github.com/griccardos/formato/"
keywords = ["number", "format", "num-format", "num_format"]
license = "MIT OR Apache-2.0"
name = "formato"
readme = "README.md"
repository = "https://github.com/griccardos/formato/"
version = "0.2.0"