Skip to content

Commit

Permalink
add empty readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 28, 2018
1 parent ea224e0 commit 88f888f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 88f888f

Please sign in to comment.