[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"