utf8-parser 0.1.2

A one-byte-at-a-time UTF-8 parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "utf8-parser"
version = "0.1.2"
description = "A one-byte-at-a-time UTF-8 parser"
categories = ["no-std::no-alloc"]
exclude = [".github"]
keywords = ["unicode", "utf-8"]
authors = ["Property404 <DontEmailMeOrMySonEverAgain@example.com>"]
repository = "https://github.com/Property404/utf8-parser"
edition = "2024"
license = "MIT OR Apache-2.0"
rust-version = "1.85"

[dependencies]

[dev-dependencies]
rand = "0.10"