fprice 0.1.1

3자리 마다 콤마 찍어주는 api / https://github.com/YoungHaKim7/fprice
Documentation
  • Coverage
  • 16.67%
    1 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 6.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.2 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • YoungHaKim7

fprice

financial_price_indication

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

Example

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

Result

 123,456,778