Crates.io | fprice |
lib.rs | fprice |
version | 0.1.1 |
source | src |
created_at | 2024-06-03 07:00:14.928973 |
updated_at | 2024-06-03 07:03:14.059096 |
description | 3자리 마다 콤마 찍어주는 api / https://github.com/YoungHaKim7/fprice |
homepage | |
repository | |
max_upload_size | |
id | 1259770 |
size | 7,287 |
financial_price_indication
let int = 123456778;
let a = fprice::fmt_num_i64_str(int);
println!("{}", a);
123,456,778