A utility written in RUST 🦀 for getting the size of files or directories. Uses tokio for asynchronous file operations.
Getting dir size
sizeof some-dir
# 3.5 MBGetting file size
sizeof some_file.txt
# 1.5 MBUse --help for information about options
sizeof --help