[package] name = "read_iter" version = "0.1.2" authors = ["Jeremiah Shaulov "] edition = "2018" license = "MIT" readme = "README.md" description = "To any std::io::Read implementor, add also Iterator<Item=u8> implementation" repository = "https://github.com/jeremiah-shaulov/read_iter" keywords = ["read", "adapter"] [dependencies]