libtoa

Crates.iolibtoa
lib.rslibtoa
version0.3.0
created_at2025-08-21 15:11:02.956517+00
updated_at2025-08-31 13:32:00.316485+00
descriptionTOA compression file format library. Modern compression with built-in error correction
homepagehttps://github.com/hasenbanck/toa/
repositoryhttps://github.com/hasenbanck/toa/
max_upload_size
id1804942
size533,118
Nils Hasenbanck (hasenbanck)

documentation

https://docs.rs/libtoa/latest/libtoa/

README

libtoa

Crate Documentation

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.

Commit count: 108

cargo fmt