moxy 0.0.2

A set of helpful macros for day to day quality of life tasks
Documentation
# Backlog

## Derive Macros

- [ ] `PartialEq` — specify fields to use for comparison via `#[moxy(pk)]`
- [ ] Error — derive error types

## Field Attributes

- [ ] `get` — generate getter method
- [ ] `get_mut` — generate mutable getter method
- [ ] `set` — generate setter method
- [ ] `forward` — lift methods from field type to parent type

## Display Formats

- [ ] `table` — tabular output

## Type Support

- [ ] Enum support for all derive macros