libtoa

Crates.iolibtoa
lib.rslibtoa
version0.2.1
created_at2025-08-21 15:11:02.956517+00
updated_at2025-08-23 18:36:23.041125+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
size390,028
Nils Hasenbanck (hasenbanck)

documentation

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

README

libtoa

Crate Documentation

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.

Commit count: 104

cargo fmt