impl-tools-lib 0.5.1

Helper macros: autoimpl
Documentation
Impl-tools library
=======

This is the library behind the [impl-tools](https://crates.io/crates/impl-tools) crate.

The only reason to use this library directly is to extend the impl-tools macros
to support custom traits in `#[autoimpl]` or custom attributes evaluated from
`impl_scope!`.


Copyright and Licence
---------------------

The [COPYRIGHT](COPYRIGHT) file includes a list of contributors who claim
copyright on this project. This list may be incomplete; new contributors may
optionally add themselves to this list.

The impl-tools library is published under the terms of the Apache License, Version 2.0.
You may obtain a copy of this licence from the [LICENSE](LICENSE) file or on
the following webpage: <https://www.apache.org/licenses/LICENSE-2.0>