# ktx2
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/BVE-Reborn/ktx2/Build)
[![Crates.io](https://img.shields.io/crates/v/ktx2)](https://crates.io/crates/ktx2)
[![Documentation](https://docs.rs/ktx2/badge.svg)](https://docs.rs/ktx2)
![License](https://img.shields.io/crates/l/ktx2)
Parser for the [ktx2](https://github.khronos.org/KTX-Specification/) texture container format.
### Features
- [x] Async reading
- [x] Parsing
- [x] Validating
- [x] [Data format description](https://github.khronos.org/KTX-Specification/#_data_format_descriptor)
- [ ] [Key/value data](https://github.khronos.org/KTX-Specification/#_keyvalue_data)
License: Apache-2.0