webpkit 0.1.0

A pure-Rust WebP codec: lossless (VP8L) and lossy (VP8) behind one decode/encode API.
Documentation
# Changelog

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.0]https://github.com/P4suta/webpkit/releases/tag/webpkit-v0.1.0 - 2026-07-14

### Added

- [**breaking**] pre-publish hardening — safe-default decode, image interop, corpus-replay net ([#11]https://github.com/P4suta/webpkit/pull/11)

### Other

- crates.io publication readiness (licenses, one-call API, hardening docs) ([#9]https://github.com/P4suta/webpkit/pull/9)
- sort Cargo.toml tables (cargo sort)
- fix en-US spellings flagged by typos 1.48
- initial public release