mirror of
https://github.com/openharmony/third_party_rust_rust-std-candidates.git
synced 2026-07-01 20:44:02 -04:00
14 lines
317 B
TOML
14 lines
317 B
TOML
[package]
|
|
|
|
name = "zip-longest"
|
|
version = "0.1.7"
|
|
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
|
|
license = "MIT"
|
|
repository = "https://github.com/SimonSapin/rust-std-candidates"
|
|
description = "Take two iterators and yield pairs until both are exhausted."
|
|
|
|
[lib]
|
|
name = "zip_longest"
|
|
path = "lib.rs"
|
|
doctest = false
|