[package] authors = [ "Damian J Pound ", "Matthew \"Juniper\" Barlett ", ] categories = ["command-line-utilities"] description = "An iterator for `STDIN` and a wrapper for `STDOUT`. Allows easy piping, and graceful closing of application if pipe breaks" edition = "2021" homepage = "http://emeraldinspirations.xyz/std_io_iterators" keywords = ["broken_pipe", "command_line", "pipe", "stdin", "stdout"] license = "MIT" license_file = "LICENSE.md" name = "std_io_iterators" readme = "README.md" repository = "https://gitlab.com/SnSDev/stdio_iterators" version = "1.0.0" [lib] path = "./lib.rs" [dependencies] [dev-dependencies] escargot = "~0.5.7" pretty_assertions = "1.3.0"