ktx2 0.3.0

Parser for the ktx2 texture container format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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