libtoa 0.2.0

TOA compression file format library. Modern compression with built-in error correction
docs.rs failed to build libtoa-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: libtoa-0.4.0

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.