thin_delegate 0.2.0

Auto implementation of trivial delegation to inner types
Documentation
# `thin_delegate` -- Auto implementation of trait functions by delegation to inner types

[<img alt="github" src="https://img.shields.io/badge/github-kenoss/thin_delegate-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/kenoss/thin_delegate)
[<img alt="crates.io" src="https://img.shields.io/crates/v/thin_delegate.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/thin_delegate)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-thin_delegate-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/thin_delegate)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/kenoss/thin_delegate/ci.yaml?branch=main&style=for-the-badge" height="20">](https://github.com/kenoss/thin_delegate/actions?query=branch%3Amain)

This crate provides attribute macros that supports to define trait functions by delegation to
inner types.

See [docs.rs](https://docs.rs/thin_delegate).

# License

This repository is distributed under the terms of both the MIT license and the
Apache License (Version 2.0), with portions covered by various BSD-like
licenses.

See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT), and
[COPYRIGHT](COPYRIGHT) for details.