[package] name = "fmt-iter" description = "Print all items from an iterator" version = "0.2.1" authors = ["khai96_ "] edition = "2018" readme = "README.md" license = "MIT" documentation = "https://docs.rs/fmt-iter" repository = "https://github.com/KSXGitHub/fmt-iter" categories = ["no-std"] keywords = [ "display", "repeat", "iterator", ] include = [ "*.rs", "/Cargo.toml", "/README.md", "/LICENSE.md", ] [lib] name = "fmt_iter" path = "lib.rs" [[test]] name = "test" path = "test.rs" [dependencies] derive_more = "^0.99.13" itertools = "^0.10.0" [dev-dependencies] pipe-trait = "^0.3.2"