libtoa 0.4.0

TOA compression file format library. Modern compression with built-in error correction
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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).

## 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](../LICENSE).