From 88f888fd700c74640457722ae021e2c0a93cfad6 Mon Sep 17 00:00:00 2001 From: Niklas Fiekas Date: Sun, 28 Jan 2018 23:34:33 +0100 Subject: [PATCH] add empty readme --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..656757c --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +huffman-compress +================ + +Huffman compression given a probability distribution over arbitrary symbols. + +[![Build Status](https://travis-ci.org/niklasf/rust-huffman-compress.svg?branch=master)](https://travis-ci.org/niklasf/rust-huffman-compress) +[![crates.io](https://img.shields.io/crates/v/huffman-compress.svg)](https://crates.io/crates/huffman-compress) + +Introduction +------------ + +Documentation +------------- + +[Read the documentation](https://docs.rs/huffman-compress) + +Changelog +--------- + +* 0.1.0 + - Initial release. + +License +------- + +huffman-compress is dual licensed under the [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0) +and [MIT](http://opensource.org/licenses/MIT) license, at your option.