| Crates.io | subimpl |
| lib.rs | subimpl |
| version | 0.1.1 |
| created_at | 2024-06-01 17:54:34.515642+00 |
| updated_at | 2024-06-01 18:36:02.809072+00 |
| description | A procedural macro that generates all the implementations of a type for a struct containing a field of that type. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1258800 |
| size | 6,572 |
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.