1[package] 2 3name = "zip-longest" 4version = "0.1.7" 5authors = ["Simon Sapin <simon.sapin@exyr.org>"] 6license = "MIT" 7repository = "https://github.com/SimonSapin/rust-std-candidates" 8description = "Take two iterators and yield pairs until both are exhausted." 9 10[lib] 11name = "zip_longest" 12path = "lib.rs" 13doctest = false 14