character_text_splitter 0.1.3

A Rust library for splitting text into chunks with overlap, designed for handling large amounts of text efficiently. Implementation is identical to langchain's CharacterTextSplitter
Documentation
1
2
3
4
5
6
7
8
9
10
11
[dependencies]

[package]
authors = ["Sarfraaz Talat <sarfraaz.talat@gmail.com>"]
description = "A Rust library for splitting text into chunks with overlap, designed for handling large amounts of text efficiently. Implementation is identical to langchain's CharacterTextSplitter"
edition = "2021"
license = "MIT"
name = "character_text_splitter"
readme = "README.md"
repository = "https://github.com/sarfraaz-talat/text-splitter-rust"
version = "0.1.3"