split-paragraphs 1.0.0

Iterator over paragraphs of a string.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["Ľubomír Kurčák <lubomirkurcak@gmail.com>"]
name = "split-paragraphs"
description = "Iterator over paragraphs of a string."
version = "1.0.0"
edition = "2024"
rust-version = "1.85"
license = "MIT OR Apache-2.0"
repository = "https://github.com/lubomirkurcak/split-paragraphs"
categories = [
    "parsing",
    "rust-patterns",
    "text-processing",
    "no-std",
    "no-std::no-alloc",
]
keywords = ["paragraphs", "split", "iterator", "no-std", "no-alloc"]