[package] name = "if_empty" version = "0.3.0" authors = ["Christoph Schlosser "] edition = "2018" license = "MPL-2.0" description = "Replace if/else checks for emptyness with a simple method call" homepage = "https://github.com/cschlosser/IfEmpty#ifempty" repository = "https://github.com/cschlosser/IfEmpty" readme = "README.md" keywords = ["empty", "is_empty"] documentation = "https://docs.rs/if_empty/0.2.0/if_empty/" [dependencies] if_empty_derive = { version = "0.1.0", path = "./derive_macro" }