bytes2chars 0.2.2

lazy utf-8 decoder iterator with rich errors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "bytes2chars"
version = "0.2.2"
edition = "2024"
rust-version = "1.85"
description = "lazy utf-8 decoder iterator with rich errors"
license = "MIT"
readme = "README.md"
repository = "https://github.com/20jasper/jjpwrgem"
documentation = "https://docs.rs/bytes2chars"
keywords = ["utf8", "unicode", "iterator", "decoder"]
categories = ["encoding", "no-std"]

[dependencies]
displaydoc.workspace = true

[lints]
workspace = true