A universal, high-performance Lottie and dotLottie player built with Rust. Offers smooth rendering across platforms, low resource consumption, and extensive compatibility. Features FFI bindings for C/C++, Kotlin, Swift, and WASM for seamless integration in Android, iOS, and Web projects.
We can remove the zip library and create a simple zip walker ready to scan the central directory of the zip binary. Once we encounter a compressed entry, we can deflate it using libdeflater, a compact and performant library. This approach should reduce the size by at least ~100KB
We can remove the zip library and create a simple zip walker ready to scan the central directory of the zip binary. Once we encounter a compressed entry, we can deflate it using libdeflater, a compact and performant library. This approach should reduce the size by at least ~100KB