[package] name = "empty-fallback-chain" version = "1.0.1" edition = "2021" authors = ["Matti Bryce "] description = "Iterator adaptor like chain, but conditional on empty first iterator" categories = ["no-std::no-alloc", "algorithms", "rust-patterns"] keywords = ["iter", "iterator", "chain", "data-structure", "fallback"] license = "MPL-2.0" repository = "https://gitlab.com/infomorphic-matti/empty-fallback-chain" homepage = "https://gitlab.com/infomorphic-matti/empty-fallback-chain" documentation = "https://docs.rs/empty-fallback-chain" [dependencies] [package.metadata.docs.rs] all-features = true