This library was written after a request how to calculate the kurtosis of a histogram. Diving into this question I learned Kurtosis is a statistical metric, somewhat related to the skewness ("is ...
Given a file (or some information about a file), return a set of standardized tags identifying what the file is. This is a Rust port of the Python identify library. What is the type: file, symlink, ...