impls 1.0.3

Determine if a type implements a logical trait expression.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "impls"
version = "1.0.3"
authors = ["Nikolai Vazquez", "Nadrieril Feneanar"]
license = "MIT OR Apache-2.0"
description = "Determine if a type implements a logical trait expression."
repository = "https://github.com/nvzqz/impls"
homepage = "https://github.com/nvzqz/impls"
documentation = "https://docs.rs/impls"
categories = ["no-std", "rust-patterns", "development-tools::testing"]
keywords = ["impl", "trait", "test", "macro"]
readme = "README.md"
include = ["Cargo.toml", "src", "README*", "CHANGELOG*", "LICENSE*"]