strslice 0.1.1

ust library that provides zero copy string iterators for working with string slices. The library offers iterators similar to standard Rust string methods
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "strslice"
version = "0.1.1"
edition = "2024"
authors = [
    "Subh <subhajitchaudhury05@gmail.com>",
    "Naman <https://github.com/namanguptagit>",
    "Rohit<rohitnarnolia88@gmail.com>",
]
description = "ust library that provides zero copy string iterators for working with string slices. The library offers iterators similar to standard Rust string methods"
license = "MIT"
repository = "https://github.com/subhdotsol/str_split"
homepage = "https://github.com/subhdotsol/str_split"
readme = "README.md"
keywords = ["string", "iterators", "rust", "slice"]
categories = ["text-processing", "no-std"]

[dependencies]