read_lines_into 2.0.0

Read lines (from a Path, File, etc.) into a struct (a String, a Vec<String>), and with various ways to handle line endings and whitespace.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
description = "Read lines (from a Path, File, etc.) into a struct (a String, a Vec<String>), and with various ways to handle line endings and whitespace."
edition = "2021"
keywords = ["file", "read", "line", "read_line"]
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0"
name = "read_lines_into"
readme = "README.md"
repository = "https://github.com/sixarm/read-lines-into-rust-crate/"
version = "2.0.0"