dir_lines_streamer 0.2.0

Read files inside a directory line-by-line, one file after the other (in human-alphabetical order)
Documentation
[package]
name = "dir_lines_streamer"
description = "Read files inside a directory line-by-line, one file after the other (in human-alphabetical order)"
version = "0.2.0"
authors = ["Nicolas Bigaouette <nbigaouette@elementai.com>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/ElementAI/dir_lines_streamer"
repository = "https://github.com/ElementAI/dir_lines_streamer"
readme = "README.md"
keywords = ["iterator", "directory", "file", "filesystem"]
categories = ["filesystem"]
edition = "2018"

[dependencies]
alphanumeric-sort = "1.0"
failure = "0.1"
flate2 = { version = "1.0", features = ["rust_backend"], default-features = false, optional = true }
log = "0.4"

[dev-dependencies]
env_logger = "0.6"

[features]
default = ["gz"]
gz = ["flate2"]