subimpl

Crates.iosubimpl
lib.rssubimpl
version0.1.1
sourcesrc
created_at2024-06-01 17:54:34.515642
updated_at2024-06-01 18:36:02.809072
descriptionA procedural macro that generates all the implementations of a type for a struct containing a field of that type.
homepage
repository
max_upload_size
id1258800
size6,572
(aksu560)

documentation

README

SUBIMPL

Derive macros for generating required impls for a struct to redirect all calls to a field.

Currently only supports HashMaps.

This is an incredibly dirty hack, and it only exists to make my life a little easier while maintaining my main project, nodetastic. Feel free to steal this, and make it into an actually maintained crate, or if one already exists/this is an existing feature in rust that I do not know about, please do tell. This repository does not spark joy.

Commit count: 0

cargo fmt