[lib]
name = "utf8_stream"
path = "src/lib.rs"
[package]
authors = ["Gabriel DeMoura <gabrielteratos@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["internationalization", "localization", "parsing"]
description = 'Lightweight crate that provides Utf8Stream that "streams" over utf8 chunks and derefs to string slices'
documentation = "https://docs.rs/utf8-stream"
edition = "2024"
homepage = "https://github.com/gabrielfalcao/utf8-stream"
keywords = ["utf8", "unicode", "streamer"]
license = "MIT"
name = "utf8-stream"
readme = "README.md"
version = "0.0.0"
[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options"]
[[test]]
name = "test_utf8_stream"
path = "tests/test_utf8_stream.rs"