chunk_norris 0.2.1

A Rust library for splitting large text into smaller batches for LLM input.
Documentation
[dependencies.unicode-segmentation]
version = "1.12.0"

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

[package]
authors = ["Valerio uberti valerio.uberti23@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing"]
description = "A Rust library for splitting large text into smaller batches for LLM input."
edition = "2021"
keywords = ["text", "batching", "llm", "nlp", "tokenizer"]
license = "MIT OR Apache-2.0"
name = "chunk_norris"
readme = "README.md"
repository = "https://github.com/valeriouberti/ChunkNorris"
version = "0.2.1"

[[test]]
name = "integration_tests"
path = "tests/tests.rs"