filesize 0.2.0

Find the physical space used by a file
Documentation
[badges.travis-ci]
repository = "Freaky/rust-filesize"

[package]
authors = ["Thomas Hurst <tom@hur.st>"]
categories = ["os"]
description = "Find the physical space used by a file"
edition = "2018"
keywords = ["file", "compressed", "sparse", "disk", "usage"]
license = "MIT"
name = "filesize"
readme = "README.md"
repository = "https://github.com/Freaky/rust-filesize"
version = "0.2.0"
[target."cfg(windows)".dependencies.winapi]
features = ["fileapi", "winerror"]
version = "0.3.8"