# KF UZ2 Lib
> [Go back to README](../../README.md)
- Contains core functionality for compressing-decompressing files.
- Uses [zlib-rs](https://github.com/memorysafety/zlib-rs) to achieve much [faster file processing](../../docs/Benchmark.md) compared to all analoges.
## Credits
- UZ2 package documentation - [UZ2 File Format](https://wiki.beyondunreal.com/UZ2_file#File_format) / [UT Package File Format v 1.6](https://archive.org/details/ut-package-file-format).
- Inspirations - [elmuerte](https://github.com/elmuerte)'s [tinyuz2](https://unrealadmin.org/forums/showthread.php?t=10192) and [Mc.Gugi](https://unrealadmin.org/forums/member.php?u=17138)'s [uzLib](https://unrealadmin.org/forums/showthread.php?p=172927). Not used directly, but were very helpful.