strseq: Immutable String Segmentation in Rust

strseq is a Rust library designed for handling multiple immutable string segments efficiently. It offers a lean approach to represent string hierarchies without constant delimiter checks or allocating distinct strings for individual tokens.

Features

Use Cases

Getting Started

In your Cargo.toml, add following:

strseq = "0.1.0"

Features

Serde representation

All defined structs are represented as list of strings.

Feedback

We welcome contributions, feedback, and issues on our GitHub repository.