libtoa 0.2.0

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