Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.27 KB

README.md

File metadata and controls

20 lines (14 loc) · 1.27 KB

thin_delegate -- Auto implementation of trait functions by delegation to inner types

github crates.io docs.rs build status

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

See docs.rs.

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-MIT, and COPYRIGHT for details.