[dependencies]
[lib]
name = "has_some"
path = "src/lib.rs"
[package]
authors = ["Martin Bartlett"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "The opposite of is_empty"
documentation = "https://docs.rs/has-some"
edition = "2021"
homepage = "https://github.com/bassmanitram/has-some"
keywords = ["iterators", "collections", "slices"]
license = "Apache-2.0"
name = "has-some"
readme = "README.md"
repository = "https://github.com/bassmanitram/has-some"
version = "1.0.0"