# Aseprite Loader [![Latest Version](https://img.shields.io/crates/v/aseprite-loader.svg)](https://crates.io/crates/aseprite-loader) [![CI](https://img.shields.io/github/actions/workflow/status/bikeshedder/aseprite-loader/rust.yml?logo=github&label=CI)](https://github.com/bikeshedder/aseprite-loader/actions?query=workflow%3ARust) ![Unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg "Unsafe forbidden") [![Rust 1.70+](https://img.shields.io/badge/rustc-1.70+-lightgray.svg "Rust 1.70+")](https://blog.rust-lang.org/2023/06/01/Rust-1.70.0.html) This crate implements a zero-copy parser for aseprite files according to the Aseprite File Format (.ase/.aseprite) Specifications: ## License Licensed under either of - Apache License, Version 2.0 ([LICENSE-APACHE](../LICENSE-APACHE) or - MIT license ([LICENSE-MIT](../LICENSE-MIT) or at your option.