squish 2.0.0-beta1

A pure Rust BC1/2/3 compressor and decompressor based on Simon Brown's libsquish
Documentation
1
2
3
4
5
6
7
8
# Squish-rs
[![Build Status](https://travis-ci.org/jansol/squish-rs.svg?branch=master)](https://travis-ci.org/jansol/squish-rs)
[![Docs](https://docs.rs/squish/badge.svg)](https://docs.rs/squish)

A pure Rust BC1/2/3/4/5 compressor and decompressor based on Simon Brown's libsquish.

## TODO
* [ ] Unit test all the things