jkl 0.2.1

Asset compression and packing tool
Documentation
1
2
3
4
5
6
7
//! Jackal file format.
//!
//! Jackal is a family of file formats for storing compressed data.
//! It is designed to be efficient during decompression and support on-GPU decompression,
//! for fastest load times and lowest memory usage.

pub mod image;