subimpl 0.1.1

A procedural macro that generates all the implementations of a type for a struct containing a field of that type.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 6.1 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 29.26 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aksu560

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.