[go: up one dir, main page]

text_lines 0.6.0

Information about lines of text in a string.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[features]
serialization = ["serde"]

[package]
authors = ["David Sherret <dsherret@gmail.com>"]
description = "Information about lines of text in a string."
edition = "2018"
license = "MIT"
name = "text_lines"
version = "0.6.0"