implements 0.14.0

Macro to answer the question: does it implement a trait?
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Tests

### Scope

Test suite for the `implements` crate.

### Responsibility Table

| File | Responsibility |
|------|----------------|
| `tests.rs` | Main test suite entry point, module imports |
| `smoke_test.rs` | Smoke tests (disabled: circular dep with test_tools) |
| `inc/` | Shared test modules and test case definitions |