utf8-builder 0.2.0

Build and validate UTF-8 data from chunks. Each chunk doesn't have to be a complete UTF-8 data.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "utf8-builder"
version = "0.2.0"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build and validate UTF-8 data from chunks. Each chunk doesn't have to be a complete UTF-8 data."
homepage = "https://magiclen.org/utf8-builder"
readme = "README.md"
keywords = [
    "utf-8",
    "string",
    "character",
]
categories = [
    "no-std",
    "encoding",
]
license = "MIT"
repository = "https://github.com/magiclen/utf8-builder"

[lib]
name = "utf8_builder"
path = "src/lib.rs"

[dependencies.utf8-width]
version = "0.1"