[package]
name = "extension-traits"
version = "2.0.0"
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2018"
license = "Zlib OR MIT OR Apache-2.0"
repository = "https://github.com/danielhenrymantilla/ext-trait.rs"
documentation = "https://docs.rs/ext-trait"
readme = "README.md"
description = "Annotation to easily define ad-hoc / one-shot extension traits"
keywords = ["extension", "trait", "custom", "method", "impl"]
[features]
better-docs = []
[dependencies.ext-trait]
path = ".."
version = "2.0.0"
[package.metadata.docs.rs]
all-features = true