derived 0.3.1

Derive macros for automating the boring stuff
Documentation

derived: A macro to automate the boring stuff

The derived crate aims to provide macros to automate boring things like writing functions for constructors. Just look at the list of available macros and you'll find an example for each.

Features

  • [Ctor]: To generate constructors
  • [Gtor]: To generate getters
  • [Stor]: To generate setters
  • Full lifetimes, generics and where clause support