split-paragraphs 0.1.0

An iterator over the paragraphs of a string.
Documentation
[lib]
name = "split_paragraphs"
path = "src/lib.rs"

[package]
authors = ["Ľubomír Kurčák <lubomirkurcak@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["parsing", "rust-patterns", "text-processing", "no-std"]
description = "An iterator over the paragraphs of a string."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "split-paragraphs"
readme = "README.md"
repository = "https://github.com/lubomirkurcak/split-paragraphs"
version = "0.1.0"

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