trait-ext 0.1.1

Small macro for trait extension implementation.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 2.55 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • nandesu-utils

Crate with a helper macro which can create simple extensions over a specific trait which is automatically implemented for every type which implements the specified trait.