[package]
edition = "2024"
name = "utf8next"
version = "1.0.0-alpha"
authors = ["ErisianArchitect <https://github.com/ErisianArchitect>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple function for getting the next character and its length in bytes from a string."
documentation = "https://docs.rs/utf8next"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/ErisianArchitect/utf8next"
[lib]
name = "utf8next"
path = "src/lib.rs"