implied-bounds 0.1.0

Make all the bounds of a trait definition be implied through a helper trait and macro attribute.
Documentation
1
2
3
4
5
6
7
8
9
# The following snippets fail to compile

```rust ,compile_fail
use ::implied_bounds::*;

compile_fail!("TODO");
```

<!-- Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template -->