Crate fprice

Crate fprice 

Source
Expand description

§3자리 숫자마다 콤마(,) 찍어주는 api

§Example

let int = 123456778;
let a = fprice::fmt_num_i64_str(int);
println!("{}", a);

§Result

123,456,778

Functions§

fmt_num_f64_str
fmt_num_i32_str
fmt_num_i64_str
fmt_num_isize_str
fmt_num_str