ktx2 0.3.0

Parser for the ktx2 texture container format
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is loosely based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to cargo's version of [Semantic Versioning](https://doc.rust-lang.org/cargo/reference/semver.html).

Per Keep a Changelog there are 6 main categories of changes:
- Added
- Changed
- Deprecated
- Removed
- Fixed
- Security

#### Table of Contents

- [Unreleased]#unreleased
- [v0.3.0]#v030
- [Diffs]#diffs

## Unreleased

## v0.3.0

Released 2022-02-03

Initial release under new ownership.
- Added support for Data Format Descriptor parsing (Rob Swain [@superdump]https://github.com/superdump)

### Changed
- Cleaned up a signifigant portion of the crate.

## Diffs

- [Unreleased]https://github.com/BVE-Reborn/ktx2/compare/v0.3.0...HEAD