libtoa 0.2.1

TOA compression file format library. Modern compression with built-in error correction
Documentation
# libtoa


[![Crate](https://img.shields.io/crates/v/libtoa.svg)](https://crates.io/crates/libtoa)
[![Documentation](https://docs.rs/libtoa/badge.svg)](https://docs.rs/libtoa)

Library to compress & decompress TOA files (.toa).

**Note: The TOA format is currently in draft mode (v0.7) and not yet frozen. The specification may change in future
versions.**

## Acknowledgement


- The lzma code is a hard copy of the lzma-rust crate of it's LZMA and BCJ / Delta code (Apache 2 license).
- Original Author of the lzma-rust crate was dyz1990 (Apache 2 license)
- The lzma-rust2 crate was a rewrite of the XZ for Java by Lasse Collin (0BSD).
- Major parts of XZ for Java are based on code written by Igor Pavlov in the LZMA SDK (public domain).

## License


Licensed under the [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).