utf8-decode 2.0.0

UTF-8 incremental decoding iterators.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "utf8-decode"
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
categories = ["parsing"]
keywords = ["utf8", "decode", "iterator"]
description = "UTF-8 incremental decoding iterators."
repository = "https://github.com/timothee-haudebourg/utf8-decode"
documentation = "https://docs.rs/utf8-decode"
license = "MIT/Apache-2.0"
edition = "2024"
rust-version = "1.85.1"
version = "2.0.0"

[features]
default = ["std"]
std = []