derive_dumb 0.1.4

Derive `Dumb` generates a structure in which all fields are public. Original structure can be converted using function call `dumb`.
Documentation
## 0.1.4

- remove original fields attributes from dumb AST

## 0.1.3

- remove original structure attributes from dumb AST
- add CHANGELOG.md

## 0.1.2

- make dumb fn public

## 0.1.1

- add README

## 0.1.0

- initial, naive, dumb generator