An open API service indexing awesome lists of open source software.

https://github.com/rsachdeva/file-size-formatter

File size handling in various units
https://github.com/rsachdeva/file-size-formatter

rust rust-lang

Last synced: 5 months ago
JSON representation

File size handling in various units

Awesome Lists containing this project

README

          

# File size handling to convert input string to various units

### input as a string
cargo run "24 gb"

### for debug output with all units
Sizes { bytes: 24000000000, kilobytes: 24000000, megabytes: 24000, gigabytes: 24 }