utf8-parser 0.1.2

A one-byte-at-a-time UTF-8 parser
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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2026-06-01

### Added

(nothing to note)

### Changed

- Min Rust bumped to 1.85
- Dev dependencies bumped

### Fixed

(nothing to note)

## [0.1.1] - 2025-01-31

### Added

- All public functions are now `const`

### Changed

- Min Rust bumped to 1.83
- Updated `rand` (development dependency) to `0.9.0`

### Fixed

- Minor documentation additions and fixes

## [0.1.0] - 2024-10-11

### Changed

- `Utf8ByteType::of` is now usable in a const context
- Removed `std` and `error_in_core` features, now that `core:error` is stable

## [0.0.4] - 2023-12-16

### Added

- New `error_in_core` feature

### Changed

- Now errors on overlong encodings

### Fixed

- Minor documentation improvements

## [0.0.3] - 2023-12-13

First release to crates.io