lineio 0.1.2

A simple line reader for files - skipping blank lines and comments
Documentation
[dependencies]

[lib]
name = "lineio"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple line reader for files - skipping blank lines and comments"
edition = "2021"
exclude = ["src/main.rs"]
license = "MIT OR Apache-2.0"
name = "lineio"
readme = "README.md"
repository = "https://github.com/profmadden/lineio"
version = "0.1.2"