[package] name = "mcoffin-option-ext" description = "Option and Result extensions for dealing with default values and tuples" version = "0.2.0" authors = ["Matt Coffin "] edition = "2018" license = "MIT" homepage = "https://gitlab.com/mcoffin/mcoffin-option-ext" repository = "https://gitlab.com/mcoffin/mcoffin-option-ext.git" documentation = "https://docs.rs/mcoffin-option-ext" exclude = [ ".gitlab-ci.yml" ] [dependencies] [features] result = [] default = ["result"]