## entropy It tells you how surprising a file is. The more surprising, the less compressible. Probably. ``` git clone https://git.xn--stpie-k0a81a.com/entropy/ ``` ### Usage ``` $ echo ababab | ./target/release/entropy 0.1811 /dev/stdin $ ./target/release/entropy ./target/release/entropy 0.8019 ./target/release/entropy ``` ### Building Use [Cargo](https://doc.rust-lang.org/cargo/). ``` cargo build --release ``` ### Copying ©️ Jan Stępień Published under terms of the European Union Public Licence. See EUPL-1.2-EN.txt for details.