thin_delegate

Crates.iothin_delegate
lib.rsthin_delegate
version0.2.0
created_at2024-10-05 14:09:32.096432+00
updated_at2025-01-05 20:13:58.827906+00
descriptionAuto implementation of trivial delegation to inner types
homepage
repositoryhttps://github.com/kenoss/thin_delegate
max_upload_size
id1397733
size162,469
keno (Ken Okada) (kenoss)

documentation

https://docs.rs/thin_delegate

README

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.

Commit count: 90

cargo fmt