[go: up one dir, main page]

text_lines 0.3.0

Information about lines of text in a string.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "text_lines"
version = "0.3.0"
authors = ["David Sherret <dsherret@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Information about lines of text in a string."

[features]
serialization = ["serde"]

[dependencies]
serde = { version = "1", features = ["derive"], optional = true }