delegate-trait-impl 0.1.0-dev

Delegate trait implementations
Documentation
# delegate-trait-impl

<!-- [![Crates.io](https://img.shields.io/crates/v/general-sam.svg)](https://crates.io/crates/general-sam) -->
<!-- [![Docs.rs](https://img.shields.io/docsrs/general-sam.svg)](https://docs.rs/general-sam) -->
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-informational.svg)](#license)
<!-- [![Build status](https://github.com/ModelTC/general-sam/actions/workflows/ci.yml/badge.svg)](https://github.com/ModelTC/general-sam/actions) -->

Delegate trait implementations

## Inspirations

- [not-elm/auto-delegate]https://github.com/not-elm/auto-delegate
- [Kobzol/rust-delegate]https://github.com/Kobzol/rust-delegate
- [hobofan/ambassador]https://github.com/hobofan/ambassador
- [kas-gui/impl-tools]https://github.com/kas-gui/impl-tools
- [auto-impl-rs/auto_impl]https://github.com/auto-impl-rs/auto_impl

## License

- &copy; 2023 Chielo Newctle \<[ChieloNewctle@gmail.com]mailto:ChieloNewctle@gmail.com\>

This project is licensed under either of

- [Apache License, Version 2.0]https://www.apache.org/licenses/LICENSE-2.0 ([`LICENSE-APACHE`]LICENSE-APACHE)
- [MIT license]https://opensource.org/licenses/MIT ([`LICENSE-MIT`]LICENSE-MIT)

at your option.

The [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apache-2.0`.