lazy-char-iter 0.1.0

Lazily iterate over Unicode characters from a u8 slice in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["David Cuthbert <dacut@kanga.org>"]
description = "Lazily iterate over Unicode characters from a u8 slice in Rust."
edition = "2021"
homepage = "https://github.com/dacut/lazy-char-iter"
license = "Apache-2.0"
name = "lazy-char-iter"
readme = "README.md"
repository = "https://github.com/dacut/lazy-char-iter"
version = "0.1.0"